#EBE9DC

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

Shades of Rice Cake #EBE9DC

Tints of Rice Cake #EBE9DC

Color information

#EBE9DC (or 0xEBE9DC) is unknown color: approx Rice Cake. HEX triplet: EB, E9 and DC. RGB value is (235,233,220). Sum of RGB (Red+Green+Blue) = 235+233+220=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9DC is #141623. Grayscale: #E8E8E8. Windows color (decimal): -1316388 or 14477803. OLE color: 14477803.

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

Color convert

RGB235233220-
CMYK00.010.060.08
HSL52º27.27%89.22%-
HSV(B)52º6.38%92.16%-
XYZ76.3281.1179.34-
YUV232.12121.16130.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=34.16%
G=33.87%
B=31.98%

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
Decimal23523322000.010.060.085227.2789.22
HexEBE9DC0168341b59
Octal353351334016106433131
Binary111010111110100111011100011101000110100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9DC; }

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

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

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

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

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

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

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

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