#E2E69F

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

Shades of Medium Goldenrod #E2E69F

Tints of Medium Goldenrod #E2E69F

Color information

#E2E69F (or 0xE2E69F) is unknown color: approx Medium Goldenrod. HEX triplet: E2, E6 and 9F. RGB value is (226,230,159). Sum of RGB (Red+Green+Blue) = 226+230+159=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E69F is #1D1960. Grayscale: #DCDCDC. Windows color (decimal): -1907041 or 10479330. OLE color: 10479330.

HSL color Cylindrical-coordinate representation of color #E2E69F: hue angle of 63.38º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2E69F is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB226230159-
CMYK0.0200.310.10
HSL63.38º58.68%76.27%-
HSV(B)63.38º30.87%90.2%-
XYZ65.9275.2743.85-
YUV220.7193.17131.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 159 (62.5% from 255) = 25.85%
R=36.75%
G=37.40%
B=25.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262301590.0200.310.1063.3858.6876.27
HexE2E69F201FA3f3b4c
Octal3423462372037127773114
Binary1110001011100110100111111001111110101111111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E69F; }

 p { color: rgb(226,230,159); }

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

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

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

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

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

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

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