#E1E16C

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

Shades of Goldenrod #E1E16C

Tints of Goldenrod #E1E16C

Color information

#E1E16C (or 0xE1E16C) is unknown color: approx Goldenrod. HEX triplet: E1, E1 and 6C. RGB value is (225,225,108). Sum of RGB (Red+Green+Blue) = 225+225+108=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E16C is #1E1E93. Grayscale: #D4D4D4. Windows color (decimal): -1973908 or 7135713. OLE color: 7135713.

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

Color convert

RGB225225108-
CMYK000.520.12
HSL60º66.1%65.29%-
HSV(B)60º52%88.24%-
XYZ60.6870.9424.68-
YUV211.6669.5137.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 225 (88.28% from 255) = 40.32%
BLUE value IS 108 (42.58% from 255) = 19.35%
R=40.32%
G=40.32%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225225108000.520.126066.165.29
HexE1E16C0034C3c4241
Octal34134115400641474102101
Binary1110000111100001110110000110100110011110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E16C; }

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

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

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

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

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

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

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

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