#E2E06A

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

Shades of Goldenrod #E2E06A

Tints of Goldenrod #E2E06A

Color information

#E2E06A (or 0xE2E06A) is unknown color: approx Goldenrod. HEX triplet: E2, E0 and 6A. RGB value is (226,224,106). Sum of RGB (Red+Green+Blue) = 226+224+106=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E06A is #1D1F95. Grayscale: #D3D3D3. Windows color (decimal): -1908630 or 7004386. OLE color: 7004386.

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

Color convert

RGB226224106-
CMYK00.010.530.11
HSL59º67.42%65.1%-
HSV(B)59º53.1%88.63%-
XYZ60.6270.5224.05-
YUV211.1568.66138.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 224 (87.89% from 255) = 40.29%
BLUE value IS 106 (41.80% from 255) = 19.06%
R=40.65%
G=40.29%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622410600.010.530.115967.4265.1
HexE2E06A0135B3b4341
Octal34234015201651373103101
Binary1110001011100000110101001110101101111101110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E06A; }

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

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

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

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

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

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

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

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