#E1E066

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

Shades of Goldenrod #E1E066

Tints of Goldenrod #E1E066

Color information

#E1E066 (or 0xE1E066) is unknown color: approx Goldenrod. HEX triplet: E1, E0 and 66. RGB value is (225,224,102). Sum of RGB (Red+Green+Blue) = 225+224+102=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E066 is #1E1F99. Grayscale: #D2D2D2. Windows color (decimal): -1974170 or 6742241. OLE color: 6742241.

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

Color convert

RGB225224102-
CMYK00.000.550.12
HSL59.51º67.21%64.12%-
HSV(B)59.51º54.67%88.24%-
XYZ60.1170.2822.97-
YUV210.3966.83138.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 102 (40.23% from 255) = 18.51%
R=40.83%
G=40.65%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522410200.000.550.1259.5167.2164.12
HexE1E0660037C3c4340
Octal34134014600671474103100
Binary1110000111100000110011000110111110011110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E066; }

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

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

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

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

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

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

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

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