#E2E04F

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

Shades of Manz #E2E04F

Tints of Manz #E2E04F

Color information

#E2E04F (or 0xE2E04F) is unknown color: approx Manz. HEX triplet: E2, E0 and 4F. RGB value is (226,224,79). Sum of RGB (Red+Green+Blue) = 226+224+79=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E04F is #1D1FB0. Grayscale: #D0D0D0. Windows color (decimal): -1908657 or 5234914. OLE color: 5234914.

HSL color Cylindrical-coordinate representation of color #E2E04F: hue angle of 59.18º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2E04F is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22622479-
CMYK00.010.650.11
HSL59.18º71.71%59.8%-
HSV(B)59.18º65.04%88.63%-
XYZ59.4370.0417.78-
YUV208.0755.16140.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 79 (31.25% from 255) = 14.93%
R=42.72%
G=42.34%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262247900.010.650.1159.1871.7159.8
HexE2E04F0141B3b483c
Octal34234011701101137311074
Binary1110001011100000100111101100000110111110111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E04F; }

 p { color: rgb(226,224,79); }

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

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

 a { background-color: rgb(226,224,79); }

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

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

 span { border-color: rgb(226,224,79); }

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