#EEE2AB

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

Shades of Pale Goldenrod #EEE2AB

Tints of Pale Goldenrod #EEE2AB

Color information

#EEE2AB (or 0xEEE2AB) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E2 and AB. RGB value is (238,226,171). Sum of RGB (Red+Green+Blue) = 238+226+171=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE2AB is #111D54. Grayscale: #DFDFDF. Windows color (decimal): -1121621 or 11264750. OLE color: 11264750.

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

Color convert

RGB238226171-
CMYK00.050.280.07
HSL49.25º66.34%80.2%-
HSV(B)49.25º28.15%93.33%-
XYZ69.8175.5149.42-
YUV223.3298.48138.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 226 (88.67% from 255) = 35.59%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=37.48%
G=35.59%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822617100.050.280.0749.2566.3480.2
HexEEE2AB051C7314250
Octal3563422530534761102120
Binary11101110111000101010101101011110011111000110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2AB; }

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

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

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

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

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

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

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

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