#EBEAE3

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

Shades of Rice Cake #EBEAE3

Tints of Rice Cake #EBEAE3

Color information

#EBEAE3 (or 0xEBEAE3) is unknown color: approx Rice Cake. HEX triplet: EB, EA and E3. RGB value is (235,234,227). Sum of RGB (Red+Green+Blue) = 235+234+227=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 227 (89.06% from 255 or 32.61% from 696); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAE3 is #14151C. Grayscale: #E9E9E9. Windows color (decimal): -1316125 or 14936811. OLE color: 14936811.

HSL color Cylindrical-coordinate representation of color #EBEAE3: hue angle of 52.5º degrees, saturation: 0.17, 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 #EBEAE3 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235234227-
CMYK00.000.030.08
HSL52.5º16.67%90.59%-
HSV(B)52.5º3.4%92.16%-
XYZ77.5582.0584.42-
YUV233.5124.33129.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 227 (89.06% from 255) = 32.61%
R=33.76%
G=33.62%
B=32.61%

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
Decimal23523422700.000.030.0852.516.6790.59
HexEBEAE3003834115b
Octal353352343003106421133
Binary11101011111010101110001100111000110100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAE3; }

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

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

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

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

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

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

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

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