#E0DD4F

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

Shades of Manz #E0DD4F

Tints of Manz #E0DD4F

Color information

#E0DD4F (or 0xE0DD4F) is unknown color: approx Manz. HEX triplet: E0, DD and 4F. RGB value is (224,221,79). Sum of RGB (Red+Green+Blue) = 224+221+79=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD4F is #1F22B0. Grayscale: #CECECE. Windows color (decimal): -2040497 or 5234144. OLE color: 5234144.

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

Color convert

RGB22422179-
CMYK00.010.650.12
HSL58.76º70.05%59.41%-
HSV(B)58.76º64.73%87.84%-
XYZ58.0168.1217.49-
YUV205.7156.49141.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 79 (31.25% from 255) = 15.08%
R=42.75%
G=42.18%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242217900.010.650.1258.7670.0559.41
HexE0DD4F0141C3b463b
Octal34033511701101147310673
Binary1110000011011101100111101100000111001110111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD4F; }

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

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

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

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

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

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

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

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