Shades of Rice Cake #ECEBE0
Tints of Rice Cake #ECEBE0
RGB
CMYK
RGB Variations
Color information
#ECEBE0 (or 0xECEBE0) is known color: Rice Cake. HEX triplet: EC, EB and E0. RGB value is (236,235,224). Sum of RGB (Red+Green+Blue) = 236+235+224=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBE0 is #13141F. Grayscale: #EAEAEA. Windows color (decimal): -1250336 or 14740460. OLE color: 14740460.
HSL color Cylindrical-coordinate representation of color #ECEBE0: hue angle of 55º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECEBE0 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 224 | - |
CMYK | 0 | 0.00 | 0.05 | 0.07 |
HSL | 55º | 0.24% | 0.9% | - |
HSV(B) | 55º | 0.05% | 0.93% | - |
XYZ | 77.75 | 82.63 | 82.37 | - |
YUV | 234.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 224 | 0 | 0.00 | 0.05 | 0.07 | 55 | 0.24 | 0.9 |
Hex | EC | EB | E0 | 0 | 0 | 5 | 7 | 37 | 18 | 5A |
Octal | 354 | 353 | 340 | 0 | 0 | 5 | 7 | 67 | 30 | 132 |
Binary | 11101100 | 11101011 | 11100000 | 0 | 0 | 101 | 111 | 110111 | 11000 | 1011010 |
Color Harmonies of #ECEBE0
Complementary color
Monochromatic Colors of #ECEBE0
Black with #ECEBE0
Text Example
Text Example
White with #ECEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBE0; }
p { color: rgb(236,235,224); }
H1.HeaderClassName
{
color: #ECEBE0;
}
.AnyTagClassName
{
color: #ECEBE0;
}
</style>
background-color css
<style>
a { background-color: #ECEBE0; }
a { background-color: rgb(236,235,224); }
div.DivClassName
{
background-color: #ECEBE0;
}
.BgClassName
{
background-color: #ECEBE0;
}
</style>
border-color css
<style>
span { border-color: #ECEBE0; }
span { border-color: rgb(236,235,224); }
td.TdClassName
{
border-color: #ECEBE0;
}
.TagClassName
{
border-color: #ECEBE0;
}
</style>