#EBE9DE

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

Shades of Rice Cake #EBE9DE

Tints of Rice Cake #EBE9DE

Color information

#EBE9DE (or 0xEBE9DE) is unknown color: approx Rice Cake. HEX triplet: EB, E9 and DE. RGB value is (235,233,222). Sum of RGB (Red+Green+Blue) = 235+233+222=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9DE is #141621. Grayscale: #E8E8E8. Windows color (decimal): -1316386 or 14608875. OLE color: 14608875.

HSL color Cylindrical-coordinate representation of color #EBE9DE: hue angle of 50.77º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBE9DE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235233222-
CMYK00.010.060.08
HSL50.77º24.53%89.61%-
HSV(B)50.77º5.53%92.16%-
XYZ76.5881.2180.75-
YUV232.34122.16129.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 222 (87.11% from 255) = 32.17%
R=34.06%
G=33.77%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523322200.010.060.0850.7724.5389.61
HexEBE9DE016833195a
Octal353351336016106331132
Binary111010111110100111011110011101000110011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9DE; }

 p { color: rgb(235,233,222); }

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

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

 a { background-color: rgb(235,233,222); }

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

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

 span { border-color: rgb(235,233,222); }

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