#E0DE7C

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

Shades of Goldenrod #E0DE7C

Tints of Goldenrod #E0DE7C

Color information

#E0DE7C (or 0xE0DE7C) is unknown color: approx Goldenrod. HEX triplet: E0, DE and 7C. RGB value is (224,222,124). Sum of RGB (Red+Green+Blue) = 224+222+124=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE7C is #1F2183. Grayscale: #D3D3D3. Windows color (decimal): -2040196 or 8183520. OLE color: 8183520.

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

Color convert

RGB224222124-
CMYK00.010.450.12
HSL58.8º61.73%68.24%-
HSV(B)58.8º44.64%87.84%-
XYZ60.569.5529.3-
YUV211.4378.66136.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 124 (48.83% from 255) = 21.75%
R=39.30%
G=38.95%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422212400.010.450.1258.861.7368.24
HexE0DE7C012DC3b3e44
Octal3403361740155147376104
Binary111000001101111011111000110110111001110111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DE7C; }

 p { color: rgb(224,222,124); }

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

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

 a { background-color: rgb(224,222,124); }

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

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

 span { border-color: rgb(224,222,124); }

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