#EBEAE5

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

Shades of Rice Cake #EBEAE5

Tints of Rice Cake #EBEAE5

Color information

#EBEAE5 (or 0xEBEAE5) is unknown color: approx Rice Cake. HEX triplet: EB, EA and E5. RGB value is (235,234,229). Sum of RGB (Red+Green+Blue) = 235+234+229=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAE5 is #14151A. Grayscale: #E9E9E9. Windows color (decimal): -1316123 or 15067883. OLE color: 15067883.

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

Color convert

RGB235234229-
CMYK00.000.030.08
HSL50º13.04%90.98%-
HSV(B)50º2.55%92.16%-
XYZ77.8382.1685.89-
YUV233.73125.33128.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 229 (89.84% from 255) = 32.81%
R=33.67%
G=33.52%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523422900.000.030.085013.0490.98
HexEBEAE5003832d5b
Octal353352345003106215133
Binary1110101111101010111001010011100011001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAE5; }

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

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

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

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

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

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

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

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