#EBE9DB

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

Shades of Rice Cake #EBE9DB

Tints of Rice Cake #EBE9DB

Color information

#EBE9DB (or 0xEBE9DB) is unknown color: approx Rice Cake. HEX triplet: EB, E9 and DB. RGB value is (235,233,219). Sum of RGB (Red+Green+Blue) = 235+233+219=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9DB is #141624. Grayscale: #E8E8E8. Windows color (decimal): -1316389 or 14412267. OLE color: 14412267.

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

Color convert

RGB235233219-
CMYK00.010.070.08
HSL52.5º28.57%89.02%-
HSV(B)52.5º6.81%92.16%-
XYZ76.1981.0578.65-
YUV232120.66130.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 233 (91.41% from 255) = 33.92%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=34.21%
G=33.92%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523321900.010.070.0852.528.5789.02
HexEBE9DB0178341d59
Octal353351333017106435131
Binary111010111110100111011011011111000110100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9DB; }

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

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

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

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

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

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

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

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