#E7E950

Color #E7E950 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #E7E950

Tints of Manz #E7E950

Color information

#E7E950 (or 0xE7E950) is unknown color: approx Manz. HEX triplet: E7, E9 and 50. RGB value is (231,233,80). Sum of RGB (Red+Green+Blue) = 231+233+80=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #E7E950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7E950 is #1816AF. Grayscale: #D7D7D7. Windows color (decimal): -1578672 or 5302759. OLE color: 5302759.

HSL color Cylindrical-coordinate representation of color #E7E950: hue angle of 60.78º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7E950 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23123380-
CMYK0.0100.660.09
HSL60.78º77.66%61.37%-
HSV(B)60.78º65.67%91.37%-
XYZ63.5475.8518.88-
YUV214.9651.84139.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 233 (91.41% from 255) = 42.83%
BLUE value IS 80 (31.64% from 255) = 14.71%
R=42.46%
G=42.83%
B=14.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231233800.0100.660.0960.7877.6661.37
HexE7E950104293d4e3d
Octal34735112010102117511675
Binary1110011111101001101000010100001010011111011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E950; }

 p { color: rgb(231,233,80); }

 H1.HeaderClassName
 {
   color: #E7E950;
 }
 .AnyTagClassName
 {
   color: #E7E950;
 }
</style>
background-color css

<style>
 a { background-color: #E7E950; }

 a { background-color: rgb(231,233,80); }

 div.DivClassName
 {
   background-color: #E7E950;
 }
 .BgClassName
 {
   background-color: #E7E950;
 }
</style>
border-color css

<style>
 span { border-color: #E7E950; }

 span { border-color: rgb(231,233,80); }

 td.TdClassName
 {
   border-color: #E7E950;
 }
 .TagClassName
 {
   border-color: #E7E950;
 }
</style>