#E1E370

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

Shades of Goldenrod #E1E370

Tints of Goldenrod #E1E370

Color information

#E1E370 (or 0xE1E370) is unknown color: approx Goldenrod. HEX triplet: E1, E3 and 70. RGB value is (225,227,112). Sum of RGB (Red+Green+Blue) = 225+227+112=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E370 is #1E1C8F. Grayscale: #D5D5D5. Windows color (decimal): -1973392 or 7398369. OLE color: 7398369.

HSL color Cylindrical-coordinate representation of color #E1E370: hue angle of 61.04º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1E370 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB225227112-
CMYK0.0100.510.11
HSL61.04º67.25%66.47%-
HSV(B)61.04º50.66%89.02%-
XYZ61.4572.1226.01-
YUV213.2970.84136.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 227 (89.06% from 255) = 40.25%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=39.89%
G=40.25%
B=19.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252271120.0100.510.1161.0467.2566.47
HexE1E3701033B3d4342
Octal34134316010631375103102
Binary1110000111100011111000010110011101111110110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E370; }

 p { color: rgb(225,227,112); }

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

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

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

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

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

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

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