#EEEAD9

Color #EEEAD9 Rice Cake (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Cake #EEEAD9

Tints of Rice Cake #EEEAD9

Color information

#EEEAD9 (or 0xEEEAD9) is unknown color: approx Rice Cake. HEX triplet: EE, EA and D9. RGB value is (238,234,217). Sum of RGB (Red+Green+Blue) = 238+234+217=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAD9 is #111526. Grayscale: #E9E9E9. Windows color (decimal): -1119527 or 14281454. OLE color: 14281454.

HSL color Cylindrical-coordinate representation of color #EEEAD9: hue angle of 48.57º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEEAD9 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238234217-
CMYK00.020.090.07
HSL48.57º38.18%89.22%-
HSV(B)48.57º8.82%93.33%-
XYZ77.2182.0377.41-
YUV233.26118.83131.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 217 (85.16% from 255) = 31.49%
R=34.54%
G=33.96%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823421700.020.090.0748.5738.1889.22
HexEEEAD90297312659
Octal356352331021176146131
Binary11101110111010101101100101010011111100011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAD9; }

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

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

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

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

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

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

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

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