#EEE4B4

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

Shades of Pale Goldenrod #EEE4B4

Tints of Pale Goldenrod #EEE4B4

Color information

#EEE4B4 (or 0xEEE4B4) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E4 and B4. RGB value is (238,228,180). Sum of RGB (Red+Green+Blue) = 238+228+180=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 180 (70.70% from 255 or 27.86% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4B4 is #111B4B. Grayscale: #E1E1E1. Windows color (decimal): -1121100 or 11855086. OLE color: 11855086.

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

Color convert

RGB238228180-
CMYK00.040.240.07
HSL49.66º63.04%81.96%-
HSV(B)49.66º24.37%93.33%-
XYZ71.2476.9654.28-
YUV225.52102.31136.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 228 (89.45% from 255) = 35.29%
BLUE value IS 180 (70.70% from 255) = 27.86%
R=36.84%
G=35.29%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822818000.040.240.0749.6663.0481.96
HexEEE4B404187323f52
Octal356344264043076277122
Binary1110111011100100101101000100110001111100101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4B4; }

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

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

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

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

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

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

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

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