Shades of Rice Cake #ECEBE4
Tints of Rice Cake #ECEBE4
RGB
CMYK
RGB Variations
Color information
#ECEBE4 (or 0xECEBE4) is known color: Rice Cake. HEX triplet: EC, EB and E4. RGB value is (236,235,228). Sum of RGB (Red+Green+Blue) = 236+235+228=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBE4 is #13141B. Grayscale: #EAEAEA. Windows color (decimal): -1250332 or 15002604. OLE color: 15002604.
HSL color Cylindrical-coordinate representation of color #ECEBE4: hue angle of 52.5º degrees, saturation: 0.17, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECEBE4 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 228 | - |
CMYK | 0 | 0.00 | 0.03 | 0.07 |
HSL | 52.5º | 0.17% | 0.91% | - |
HSV(B) | 52.5º | 0.03% | 0.93% | - |
XYZ | 78.3 | 82.85 | 85.26 | - |
YUV | 234.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 228 | 0 | 0.00 | 0.03 | 0.07 | 52.5 | 0.17 | 0.91 |
Hex | EC | EB | E4 | 0 | 0 | 3 | 7 | 34 | 11 | 5B |
Octal | 354 | 353 | 344 | 0 | 0 | 3 | 7 | 64 | 21 | 133 |
Binary | 11101100 | 11101011 | 11100100 | 0 | 0 | 11 | 111 | 110100 | 10001 | 1011011 |
Color Harmonies of #ECEBE4
Complementary color
Monochromatic Colors of #ECEBE4
Black with #ECEBE4
Text Example
Text Example
White with #ECEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBE4; }
p { color: rgb(236,235,228); }
H1.HeaderClassName
{
color: #ECEBE4;
}
.AnyTagClassName
{
color: #ECEBE4;
}
</style>
background-color css
<style>
a { background-color: #ECEBE4; }
a { background-color: rgb(236,235,228); }
div.DivClassName
{
background-color: #ECEBE4;
}
.BgClassName
{
background-color: #ECEBE4;
}
</style>
border-color css
<style>
span { border-color: #ECEBE4; }
span { border-color: rgb(236,235,228); }
td.TdClassName
{
border-color: #ECEBE4;
}
.TagClassName
{
border-color: #ECEBE4;
}
</style>