#EBEAE0

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

Shades of Rice Cake #EBEAE0

Tints of Rice Cake #EBEAE0

Color information

#EBEAE0 (or 0xEBEAE0) is unknown color: approx Rice Cake. HEX triplet: EB, EA and E0. RGB value is (235,234,224). Sum of RGB (Red+Green+Blue) = 235+234+224=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAE0 is #14151F. Grayscale: #E9E9E9. Windows color (decimal): -1316128 or 14740203. OLE color: 14740203.

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

Color convert

RGB235234224-
CMYK00.000.050.08
HSL54.55º21.57%90%-
HSV(B)54.55º4.68%92.16%-
XYZ77.1481.8982.26-
YUV233.16122.83129.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 224 (87.89% from 255) = 32.32%
R=33.91%
G=33.77%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523422400.000.050.0854.5521.5790
HexEBEAE0005837165a
Octal353352340005106726132
Binary111010111110101011100000001011000110111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAE0; }

 p { color: rgb(235,234,224); }

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

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

 a { background-color: rgb(235,234,224); }

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

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

 span { border-color: rgb(235,234,224); }

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