#E0DE6B

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

Shades of Goldenrod #E0DE6B

Tints of Goldenrod #E0DE6B

Color information

#E0DE6B (or 0xE0DE6B) is unknown color: approx Goldenrod. HEX triplet: E0, DE and 6B. RGB value is (224,222,107). Sum of RGB (Red+Green+Blue) = 224+222+107=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE6B is #1F2194. Grayscale: #D1D1D1. Windows color (decimal): -2040213 or 7069408. OLE color: 7069408.

HSL color Cylindrical-coordinate representation of color #E0DE6B: hue angle of 58.97º 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 #E0DE6B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224222107-
CMYK00.010.520.12
HSL58.97º65.36%64.9%-
HSV(B)58.97º52.23%87.84%-
XYZ59.5269.1524.12-
YUV209.4970.16138.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 107 (42.19% from 255) = 19.35%
R=40.51%
G=40.14%
B=19.35%

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
Decimal22422210700.010.520.1258.9765.3664.9
HexE0DE6B0134C3b4141
Octal34033615301641473101101
Binary1110000011011110110101101110100110011101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DE6B; }

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

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

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

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

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

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

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

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