#E2E167

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

Shades of Goldenrod #E2E167

Tints of Goldenrod #E2E167

Color information

#E2E167 (or 0xE2E167) is unknown color: approx Goldenrod. HEX triplet: E2, E1 and 67. RGB value is (226,225,103). Sum of RGB (Red+Green+Blue) = 226+225+103=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E167 is #1D1E98. Grayscale: #D3D3D3. Windows color (decimal): -1908377 or 6808034. OLE color: 6808034.

HSL color Cylindrical-coordinate representation of color #E2E167: hue angle of 59.51º 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 #E2E167 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB226225103-
CMYK00.000.540.11
HSL59.51º67.96%64.51%-
HSV(B)59.51º54.42%88.63%-
XYZ60.747123.33-
YUV211.3966.83138.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 225 (88.28% from 255) = 40.61%
BLUE value IS 103 (40.62% from 255) = 18.59%
R=40.79%
G=40.61%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622510300.000.540.1159.5167.9664.51
HexE2E1670036B3c4441
Octal34234114700661374104101
Binary1110001011100001110011100110110101111110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E167; }

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

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

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

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

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

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

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

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