#EEE2A1

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

Shades of Pale Goldenrod #EEE2A1

Tints of Pale Goldenrod #EEE2A1

Color information

#EEE2A1 (or 0xEEE2A1) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E2 and A1. RGB value is (238,226,161). Sum of RGB (Red+Green+Blue) = 238+226+161=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE2A1 is #111D5E. Grayscale: #DEDEDE. Windows color (decimal): -1121631 or 10609390. OLE color: 10609390.

HSL color Cylindrical-coordinate representation of color #EEE2A1: hue angle of 50.65º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEE2A1 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238226161-
CMYK00.050.320.07
HSL50.65º69.37%78.24%-
HSV(B)50.65º32.35%93.33%-
XYZ68.8975.1444.59-
YUV222.1893.48139.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 226 (88.67% from 255) = 36.16%
BLUE value IS 161 (63.28% from 255) = 25.76%
R=38.08%
G=36.16%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822616100.050.320.0750.6569.3778.24
HexEEE2A10520733454e
Octal3563422410540763105116
Binary111011101110001010100001010110000011111001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2A1; }

 p { color: rgb(238,226,161); }

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

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

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

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

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

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

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