#EEE4AF

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

Shades of Pale Goldenrod #EEE4AF

Tints of Pale Goldenrod #EEE4AF

Color information

#EEE4AF (or 0xEEE4AF) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E4 and AF. RGB value is (238,228,175). Sum of RGB (Red+Green+Blue) = 238+228+175=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE4AF is #111B50. Grayscale: #E1E1E1. Windows color (decimal): -1121105 or 11527406. OLE color: 11527406.

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

Color convert

RGB238228175-
CMYK00.040.260.07
HSL50.48º64.95%80.98%-
HSV(B)50.48º26.47%93.33%-
XYZ70.7476.7651.64-
YUV224.9599.81137.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=37.13%
G=35.57%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822817500.040.260.0750.4864.9580.98
HexEEE4AF041A7324151
Octal3563442570432762101121
Binary11101110111001001010111101001101011111001010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4AF; }

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

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

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

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

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

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

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

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