#E2E067

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

Shades of Goldenrod #E2E067

Tints of Goldenrod #E2E067

Color information

#E2E067 (or 0xE2E067) is unknown color: approx Goldenrod. HEX triplet: E2, E0 and 67. RGB value is (226,224,103). Sum of RGB (Red+Green+Blue) = 226+224+103=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E067 is #1D1F98. Grayscale: #D3D3D3. Windows color (decimal): -1908633 or 6807778. OLE color: 6807778.

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

Color convert

RGB226224103-
CMYK00.010.540.11
HSL59.02º67.96%64.51%-
HSV(B)59.02º54.42%88.63%-
XYZ60.4770.4623.24-
YUV210.867.16138.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 103 (40.62% from 255) = 18.63%
R=40.87%
G=40.51%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622410300.010.540.1159.0267.9664.51
HexE2E0670136B3b4441
Octal34234014701661373104101
Binary1110001011100000110011101110110101111101110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E067; }

 p { color: rgb(226,224,103); }

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

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

 a { background-color: rgb(226,224,103); }

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

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

 span { border-color: rgb(226,224,103); }

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