#E0DD6B

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

Shades of Goldenrod #E0DD6B

Tints of Goldenrod #E0DD6B

Color information

#E0DD6B (or 0xE0DD6B) is unknown color: approx Goldenrod. HEX triplet: E0, DD and 6B. RGB value is (224,221,107). Sum of RGB (Red+Green+Blue) = 224+221+107=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD6B is #1F2294. Grayscale: #D1D1D1. Windows color (decimal): -2040469 or 7069152. OLE color: 7069152.

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

Color convert

RGB224221107-
CMYK00.010.520.12
HSL58.46º65.36%64.9%-
HSV(B)58.46º52.23%87.84%-
XYZ59.2568.6224.03-
YUV208.970.49138.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 107 (42.19% from 255) = 19.38%
R=40.58%
G=40.04%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422110700.010.520.1258.4665.3664.9
HexE0DD6B0134C3a4141
Octal34033515301641472101101
Binary1110000011011101110101101110100110011101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD6B; }

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

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

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

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

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

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

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

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