#EEE5AD

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

Shades of Pale Goldenrod #EEE5AD

Tints of Pale Goldenrod #EEE5AD

Color information

#EEE5AD (or 0xEEE5AD) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E5 and AD. RGB value is (238,229,173). Sum of RGB (Red+Green+Blue) = 238+229+173=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5AD is #111A52. Grayscale: #E1E1E1. Windows color (decimal): -1120851 or 11396590. OLE color: 11396590.

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

Color convert

RGB238229173-
CMYK00.040.270.07
HSL51.69º65.66%80.59%-
HSV(B)51.69º27.31%93.33%-
XYZ70.8277.2350.71-
YUV225.3198.48137.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 173 (67.97% from 255) = 27.03%
R=37.19%
G=35.78%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822917300.040.270.0751.6965.6680.59
HexEEE5AD041B7344251
Octal3563452550433764102121
Binary11101110111001011010110101001101111111010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5AD; }

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

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

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

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

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

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

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

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