#E2E269

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

Shades of Goldenrod #E2E269

Tints of Goldenrod #E2E269

Color information

#E2E269 (or 0xE2E269) is unknown color: approx Goldenrod. HEX triplet: E2, E2 and 69. RGB value is (226,226,105). Sum of RGB (Red+Green+Blue) = 226+226+105=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E269 is #1D1D96. Grayscale: #D4D4D4. Windows color (decimal): -1908119 or 6939362. OLE color: 6939362.

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

Color convert

RGB226226105-
CMYK000.540.11
HSL60º67.6%64.9%-
HSV(B)60º53.54%88.63%-
XYZ61.1171.5823.96-
YUV212.2167.5137.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.57%
GREEN value IS 226 (88.67% from 255) = 40.57%
BLUE value IS 105 (41.41% from 255) = 18.85%
R=40.57%
G=40.57%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226226105000.540.116067.664.9
HexE2E2690036B3c4441
Octal34234215100661374104101
Binary1110001011100010110100100110110101111110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E269; }

 p { color: rgb(226,226,105); }

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

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

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

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

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

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

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