Shades of Rice Cake #ECEADD
Tints of Rice Cake #ECEADD
RGB
CMYK
RGB Variations
Color information
#ECEADD (or 0xECEADD) is known color: Rice Cake. HEX triplet: EC, EA and DD. RGB value is (236,234,221). Sum of RGB (Red+Green+Blue) = 236+234+221=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEADD is #131522. Grayscale: #E9E9E9. Windows color (decimal): -1250595 or 14543596. OLE color: 14543596.
HSL color Cylindrical-coordinate representation of color #ECEADD: hue angle of 52º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEADD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 221 | - |
CMYK | 0 | 0.01 | 0.06 | 0.07 |
HSL | 52º | 0.28% | 0.9% | - |
HSV(B) | 52º | 0.06% | 0.93% | - |
XYZ | 77.07 | 81.9 | 80.15 | - |
YUV | 233.12 | 121.16 | 130.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 221 | 0 | 0.01 | 0.06 | 0.07 | 52 | 0.28 | 0.9 |
Hex | EC | EA | DD | 0 | 1 | 6 | 7 | 34 | 1C | 5A |
Octal | 354 | 352 | 335 | 0 | 1 | 6 | 7 | 64 | 34 | 132 |
Binary | 11101100 | 11101010 | 11011101 | 0 | 1 | 110 | 111 | 110100 | 11100 | 1011010 |
Color Harmonies of #ECEADD
Complementary color
Monochromatic Colors of #ECEADD
Black with #ECEADD
Text Example
Text Example
White with #ECEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEADD; }
p { color: rgb(236,234,221); }
H1.HeaderClassName
{
color: #ECEADD;
}
.AnyTagClassName
{
color: #ECEADD;
}
</style>
background-color css
<style>
a { background-color: #ECEADD; }
a { background-color: rgb(236,234,221); }
div.DivClassName
{
background-color: #ECEADD;
}
.BgClassName
{
background-color: #ECEADD;
}
</style>
border-color css
<style>
span { border-color: #ECEADD; }
span { border-color: rgb(236,234,221); }
td.TdClassName
{
border-color: #ECEADD;
}
.TagClassName
{
border-color: #ECEADD;
}
</style>