#E0DF4C

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

Shades of Manz #E0DF4C

Tints of Manz #E0DF4C

Color information

#E0DF4C (or 0xE0DF4C) is unknown color: approx Manz. HEX triplet: E0, DF and 4C. RGB value is (224,223,76). Sum of RGB (Red+Green+Blue) = 224+223+76=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DF4C is #1F20B3. Grayscale: #CFCFCF. Windows color (decimal): -2039988 or 5038048. OLE color: 5038048.

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

Color convert

RGB22422376-
CMYK00.000.660.12
HSL59.59º70.48%58.82%-
HSV(B)59.59º66.07%87.84%-
XYZ58.4369.1417.1-
YUV206.5454.33140.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 76 (30.08% from 255) = 14.53%
R=42.83%
G=42.64%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242237600.000.660.1259.5970.4858.82
HexE0DF4C0042C3c463b
Octal34033711400102147410673
Binary1110000011011111100110000100001011001111001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DF4C; }

 p { color: rgb(224,223,76); }

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

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

 a { background-color: rgb(224,223,76); }

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

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

 span { border-color: rgb(224,223,76); }

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