#EEEAAF

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

Shades of Pale Goldenrod #EEEAAF

Tints of Pale Goldenrod #EEEAAF

Color information

#EEEAAF (or 0xEEEAAF) is unknown color: approx Pale Goldenrod. HEX triplet: EE, EA and AF. RGB value is (238,234,175). Sum of RGB (Red+Green+Blue) = 238+234+175=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAAF is #111550. Grayscale: #E4E4E4. Windows color (decimal): -1119569 or 11528942. OLE color: 11528942.

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

Color convert

RGB238234175-
CMYK00.020.260.07
HSL56.19º64.95%80.98%-
HSV(B)56.19º26.47%93.33%-
XYZ72.4280.1252.2-
YUV228.4797.83134.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=36.79%
G=36.17%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823417500.020.260.0756.1964.9580.98
HexEEEAAF021A7384151
Octal3563522570232770101121
Binary1110111011101010101011110101101011111100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAAF; }

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

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

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

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

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

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

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

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