#E0DA66

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

Shades of Goldenrod #E0DA66

Tints of Goldenrod #E0DA66

Color information

#E0DA66 (or 0xE0DA66) is unknown color: approx Goldenrod. HEX triplet: E0, DA and 66. RGB value is (224,218,102). Sum of RGB (Red+Green+Blue) = 224+218+102=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA66 is #1F2599. Grayscale: #CFCFCF. Windows color (decimal): -2041242 or 6740704. OLE color: 6740704.

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

Color convert

RGB224218102-
CMYK00.030.540.12
HSL57.05º66.3%63.92%-
HSV(B)57.05º54.46%87.84%-
XYZ58.2166.9522.42-
YUV206.5768.99140.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 102 (40.23% from 255) = 18.75%
R=41.18%
G=40.07%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421810200.030.540.1257.0566.363.92
HexE0DA660336C394240
Octal34033214603661471102100
Binary11100000110110101100110011110110110011100110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA66; }

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

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

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

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

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

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

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

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