#E5E16C

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

Shades of Goldenrod #E5E16C

Tints of Goldenrod #E5E16C

Color information

#E5E16C (or 0xE5E16C) is unknown color: approx Goldenrod. HEX triplet: E5, E1 and 6C. RGB value is (229,225,108). Sum of RGB (Red+Green+Blue) = 229+225+108=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E16C is #1A1E93. Grayscale: #D5D5D5. Windows color (decimal): -1711764 or 7135717. OLE color: 7135717.

HSL color Cylindrical-coordinate representation of color #E5E16C: hue angle of 58.02º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5E16C is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229225108-
CMYK00.020.530.10
HSL58.02º69.94%66.08%-
HSV(B)58.02º52.84%89.8%-
XYZ61.9571.5924.74-
YUV212.8668.83139.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 108 (42.58% from 255) = 19.22%
R=40.75%
G=40.04%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922510800.020.530.1058.0269.9466.08
HexE5E16C0235A3a4642
Octal34534115402651272106102
Binary11100101111000011101100010110101101011101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E16C; }

 p { color: rgb(229,225,108); }

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

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

 a { background-color: rgb(229,225,108); }

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

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

 span { border-color: rgb(229,225,108); }

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