#EEEAAB

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

Shades of Pale Goldenrod #EEEAAB

Tints of Pale Goldenrod #EEEAAB

Color information

#EEEAAB (or 0xEEEAAB) is unknown color: approx Pale Goldenrod. HEX triplet: EE, EA and AB. RGB value is (238,234,171). Sum of RGB (Red+Green+Blue) = 238+234+171=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAAB is #111554. Grayscale: #E4E4E4. Windows color (decimal): -1119573 or 11266798. OLE color: 11266798.

HSL color Cylindrical-coordinate representation of color #EEEAAB: hue angle of 56.42º 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 #EEEAAB is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB238234171-
CMYK00.020.280.07
HSL56.42º66.34%80.2%-
HSV(B)56.42º28.15%93.33%-
XYZ72.0379.9650.17-
YUV228.0195.83135.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 171 (67.19% from 255) = 26.59%
R=37.01%
G=36.39%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823417100.020.280.0756.4266.3480.2
HexEEEAAB021C7384250
Octal3563522530234770102120
Binary1110111011101010101010110101110011111100010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAAB; }

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

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

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

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

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

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

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

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