#E1E064

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

Shades of Goldenrod #E1E064

Tints of Goldenrod #E1E064

Color information

#E1E064 (or 0xE1E064) is unknown color: approx Goldenrod. HEX triplet: E1, E0 and 64. RGB value is (225,224,100). Sum of RGB (Red+Green+Blue) = 225+224+100=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E064 is #1E1F9B. Grayscale: #D2D2D2. Windows color (decimal): -1974172 or 6611169. OLE color: 6611169.

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

Color convert

RGB225224100-
CMYK00.000.560.12
HSL59.52º67.57%63.73%-
HSV(B)59.52º55.56%88.24%-
XYZ60.0170.2422.45-
YUV210.1665.83138.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 100 (39.45% from 255) = 18.21%
R=40.98%
G=40.80%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522410000.000.560.1259.5267.5763.73
HexE1E0640038C3c4440
Octal34134014400701474104100
Binary1110000111100000110010000111000110011110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E064; }

 p { color: rgb(225,224,100); }

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

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

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

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

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

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

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