#E0DD70

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

Shades of Goldenrod #E0DD70

Tints of Goldenrod #E0DD70

Color information

#E0DD70 (or 0xE0DD70) is unknown color: approx Goldenrod. HEX triplet: E0, DD and 70. RGB value is (224,221,112). Sum of RGB (Red+Green+Blue) = 224+221+112=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD70 is #1F228F. Grayscale: #D1D1D1. Windows color (decimal): -2040464 or 7396832. OLE color: 7396832.

HSL color Cylindrical-coordinate representation of color #E0DD70: hue angle of 58.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0DD70 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224221112-
CMYK00.010.500.12
HSL58.39º64.37%65.88%-
HSV(B)58.39º50%87.84%-
XYZ59.5268.7325.46-
YUV209.4772.99138.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 112 (44.14% from 255) = 20.11%
R=40.22%
G=39.68%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422111200.010.500.1258.3964.3765.88
HexE0DD700132C3a4042
Octal34033516001621472100102
Binary1110000011011101111000001110010110011101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD70; }

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

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

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

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

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

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

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

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