#E0E06D

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

Shades of Goldenrod #E0E06D

Tints of Goldenrod #E0E06D

Color information

#E0E06D (or 0xE0E06D) is unknown color: approx Goldenrod. HEX triplet: E0, E0 and 6D. RGB value is (224,224,109). Sum of RGB (Red+Green+Blue) = 224+224+109=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E06D is #1F1F92. Grayscale: #D3D3D3. Windows color (decimal): -2039699 or 7200992. OLE color: 7200992.

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

Color convert

RGB224224109-
CMYK000.510.12
HSL60º64.97%65.29%-
HSV(B)60º51.34%87.84%-
XYZ60.1670.2624.86-
YUV210.8970.5137.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 224 (87.89% from 255) = 40.22%
BLUE value IS 109 (42.97% from 255) = 19.57%
R=40.22%
G=40.22%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224224109000.510.126064.9765.29
HexE0E06D0033C3c4141
Octal34034015500631474101101
Binary1110000011100000110110100110011110011110010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E06D; }

 p { color: rgb(224,224,109); }

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

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

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

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

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

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

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