#EEEBDA

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

Shades of Rice Cake #EEEBDA

Tints of Rice Cake #EEEBDA

Color information

#EEEBDA (or 0xEEEBDA) is unknown color: approx Rice Cake. HEX triplet: EE, EB and DA. RGB value is (238,235,218). Sum of RGB (Red+Green+Blue) = 238+235+218=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBDA is #111425. Grayscale: #EAEAEA. Windows color (decimal): -1119270 or 14347246. OLE color: 14347246.

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

Color convert

RGB238235218-
CMYK00.010.080.07
HSL51º37.04%89.41%-
HSV(B)51º8.4%93.33%-
XYZ77.6282.6678.19-
YUV233.96118.99130.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=34.44%
G=34.01%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823521800.010.080.075137.0489.41
HexEEEBDA0187332559
Octal356353332011076345131
Binary1110111011101011110110100110001111100111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBDA; }

 p { color: rgb(238,235,218); }

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

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

 a { background-color: rgb(238,235,218); }

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

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

 span { border-color: rgb(238,235,218); }

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