Shades of Rice Cake #ECEAE4
Tints of Rice Cake #ECEAE4
RGB
CMYK
RGB Variations
Color information
#ECEAE4 (or 0xECEAE4) is known color: Rice Cake. HEX triplet: EC, EA and E4. RGB value is (236,234,228). Sum of RGB (Red+Green+Blue) = 236+234+228=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAE4 is #13151B. Grayscale: #E9E9E9. Windows color (decimal): -1250588 or 15002348. OLE color: 15002348.
HSL color Cylindrical-coordinate representation of color #ECEAE4: hue angle of 45º 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 #ECEAE4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 228 | - |
CMYK | 0 | 0.01 | 0.03 | 0.07 |
HSL | 45º | 0.17% | 0.91% | - |
HSV(B) | 45º | 0.03% | 0.93% | - |
XYZ | 78.02 | 82.28 | 85.17 | - |
YUV | 233.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 228 | 0 | 0.01 | 0.03 | 0.07 | 45 | 0.17 | 0.91 |
Hex | EC | EA | E4 | 0 | 1 | 3 | 7 | 2D | 11 | 5B |
Octal | 354 | 352 | 344 | 0 | 1 | 3 | 7 | 55 | 21 | 133 |
Binary | 11101100 | 11101010 | 11100100 | 0 | 1 | 11 | 111 | 101101 | 10001 | 1011011 |
Color Harmonies of #ECEAE4
Complementary color
Monochromatic Colors of #ECEAE4
Black with #ECEAE4
Text Example
Text Example
White with #ECEAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAE4; }
p { color: rgb(236,234,228); }
H1.HeaderClassName
{
color: #ECEAE4;
}
.AnyTagClassName
{
color: #ECEAE4;
}
</style>
background-color css
<style>
a { background-color: #ECEAE4; }
a { background-color: rgb(236,234,228); }
div.DivClassName
{
background-color: #ECEAE4;
}
.BgClassName
{
background-color: #ECEAE4;
}
</style>
border-color css
<style>
span { border-color: #ECEAE4; }
span { border-color: rgb(236,234,228); }
td.TdClassName
{
border-color: #ECEAE4;
}
.TagClassName
{
border-color: #ECEAE4;
}
</style>