#EEE5AB

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

Shades of Pale Goldenrod #EEE5AB

Tints of Pale Goldenrod #EEE5AB

Color information

#EEE5AB (or 0xEEE5AB) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E5 and AB. RGB value is (238,229,171). Sum of RGB (Red+Green+Blue) = 238+229+171=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5AB is #111A54. Grayscale: #E1E1E1. Windows color (decimal): -1120853 or 11265518. OLE color: 11265518.

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

Color convert

RGB238229171-
CMYK00.040.280.07
HSL51.94º66.34%80.2%-
HSV(B)51.94º28.15%93.33%-
XYZ70.6377.1649.7-
YUV225.0897.48137.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 171 (67.19% from 255) = 26.80%
R=37.30%
G=35.89%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822917100.040.280.0751.9466.3480.2
HexEEE5AB041C7344250
Octal3563452530434764102120
Binary11101110111001011010101101001110011111010010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5AB; }

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

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

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

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

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

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

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

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