#E9E0AF

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

Shades of Pale Goldenrod #E9E0AF

Tints of Pale Goldenrod #E9E0AF

Color information

#E9E0AF (or 0xE9E0AF) is unknown color: approx Pale Goldenrod. HEX triplet: E9, E0 and AF. RGB value is (233,224,175). Sum of RGB (Red+Green+Blue) = 233+224+175=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E0AF is #161F50. Grayscale: #DDDDDD. Windows color (decimal): -1449809 or 11526377. OLE color: 11526377.

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

Color convert

RGB233224175-
CMYK00.040.250.09
HSL50.69º56.86%80%-
HSV(B)50.69º24.89%91.37%-
XYZ6873.7351.2-
YUV221.1101.98136.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.87%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 175 (68.75% from 255) = 27.69%
R=36.87%
G=35.44%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322417500.040.250.0950.6956.8680
HexE9E0AF04199333950
Octal3513402570431116371120
Binary11101001111000001010111101001100110011100111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0AF; }

 p { color: rgb(233,224,175); }

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

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

 a { background-color: rgb(233,224,175); }

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

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

 span { border-color: rgb(233,224,175); }

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