#E1DC4F

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

Shades of Manz #E1DC4F

Tints of Manz #E1DC4F

Color information

#E1DC4F (or 0xE1DC4F) is unknown color: approx Manz. HEX triplet: E1, DC and 4F. RGB value is (225,220,79). Sum of RGB (Red+Green+Blue) = 225+220+79=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC4F is #1E23B0. Grayscale: #CDCDCD. Windows color (decimal): -1975217 or 5233889. OLE color: 5233889.

HSL color Cylindrical-coordinate representation of color #E1DC4F: hue angle of 57.95º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1DC4F is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB22522079-
CMYK00.020.650.12
HSL57.95º70.87%59.61%-
HSV(B)57.95º64.89%88.24%-
XYZ58.0667.7617.42-
YUV205.4256.66141.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 79 (31.25% from 255) = 15.08%
R=42.94%
G=41.98%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252207900.020.650.1257.9570.8759.61
HexE1DC4F0241C3a473c
Octal34133411702101147210774
Binary11100001110111001001111010100000111001110101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC4F; }

 p { color: rgb(225,220,79); }

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

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

 a { background-color: rgb(225,220,79); }

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

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

 span { border-color: rgb(225,220,79); }

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