#E0DA6F

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

Shades of Goldenrod #E0DA6F

Tints of Goldenrod #E0DA6F

Color information

#E0DA6F (or 0xE0DA6F) is unknown color: approx Goldenrod. HEX triplet: E0, DA and 6F. RGB value is (224,218,111). Sum of RGB (Red+Green+Blue) = 224+218+111=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA6F is #1F2590. Grayscale: #D0D0D0. Windows color (decimal): -2041233 or 7330528. OLE color: 7330528.

HSL color Cylindrical-coordinate representation of color #E0DA6F: hue angle of 56.81º degrees, saturation: 0.65, 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 #E0DA6F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224218111-
CMYK00.030.500.12
HSL56.81º64.57%65.69%-
HSV(B)56.81º50.45%87.84%-
XYZ58.6867.1424.9-
YUV207.673.49139.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 111 (43.75% from 255) = 20.07%
R=40.51%
G=39.42%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421811100.030.500.1256.8164.5765.69
HexE0DA6F0332C394142
Octal34033215703621471101102
Binary11100000110110101101111011110010110011100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA6F; }

 p { color: rgb(224,218,111); }

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

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

 a { background-color: rgb(224,218,111); }

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

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

 span { border-color: rgb(224,218,111); }

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