#EEE8AF

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

Shades of Pale Goldenrod #EEE8AF

Tints of Pale Goldenrod #EEE8AF

Color information

#EEE8AF (or 0xEEE8AF) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E8 and AF. RGB value is (238,232,175). Sum of RGB (Red+Green+Blue) = 238+232+175=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE8AF is #111750. Grayscale: #E3E3E3. Windows color (decimal): -1120081 or 11528430. OLE color: 11528430.

HSL color Cylindrical-coordinate representation of color #EEE8AF: hue angle of 54.29º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEE8AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238232175-
CMYK00.030.260.07
HSL54.29º64.95%80.98%-
HSV(B)54.29º26.47%93.33%-
XYZ71.8578.9952.02-
YUV227.398.49135.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 175 (68.75% from 255) = 27.13%
R=36.90%
G=35.97%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823217500.030.260.0754.2964.9580.98
HexEEE8AF031A7364151
Octal3563502570332766101121
Binary1110111011101000101011110111101011111011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8AF; }

 p { color: rgb(238,232,175); }

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

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

 a { background-color: rgb(238,232,175); }

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

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

 span { border-color: rgb(238,232,175); }

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