#E9E4AD

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

Shades of Pale Goldenrod #E9E4AD

Tints of Pale Goldenrod #E9E4AD

Color information

#E9E4AD (or 0xE9E4AD) is unknown color: approx Pale Goldenrod. HEX triplet: E9, E4 and AD. RGB value is (233,228,173). Sum of RGB (Red+Green+Blue) = 233+228+173=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E4AD is #161B52. Grayscale: #DFDFDF. Windows color (decimal): -1448787 or 11396329. OLE color: 11396329.

HSL color Cylindrical-coordinate representation of color #E9E4AD: hue angle of 55º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9E4AD is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB233228173-
CMYK00.020.260.09
HSL55º57.69%79.61%-
HSV(B)55º25.75%91.37%-
XYZ68.8975.8350.54-
YUV223.2299.66134.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.75%
GREEN value IS 228 (89.45% from 255) = 35.96%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=36.75%
G=35.96%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322817300.020.260.095557.6979.61
HexE9E4AD021A9373a50
Octal3513442550232116772120
Binary1110100111100100101011010101101010011101111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E4AD; }

 p { color: rgb(233,228,173); }

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

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

 a { background-color: rgb(233,228,173); }

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

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

 span { border-color: rgb(233,228,173); }

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