Shades of Rice Cake #ECEAE3
Tints of Rice Cake #ECEAE3
RGB
CMYK
RGB Variations
Color information
#ECEAE3 (or 0xECEAE3) is known color: Rice Cake. HEX triplet: EC, EA and E3. RGB value is (236,234,227). Sum of RGB (Red+Green+Blue) = 236+234+227=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 227 (89.06% from 255 or 32.57% from 697); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAE3 is #13151C. Grayscale: #E9E9E9. Windows color (decimal): -1250589 or 14936812. OLE color: 14936812.
HSL color Cylindrical-coordinate representation of color #ECEAE3: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECEAE3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 227 | - |
CMYK | 0 | 0.01 | 0.04 | 0.07 |
HSL | 46.67º | 0.19% | 0.91% | - |
HSV(B) | 46.67º | 0.04% | 0.93% | - |
XYZ | 77.88 | 82.22 | 84.44 | - |
YUV | 233.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 227 | 0 | 0.01 | 0.04 | 0.07 | 46.67 | 0.19 | 0.91 |
Hex | EC | EA | E3 | 0 | 1 | 4 | 7 | 2F | 13 | 5B |
Octal | 354 | 352 | 343 | 0 | 1 | 4 | 7 | 57 | 23 | 133 |
Binary | 11101100 | 11101010 | 11100011 | 0 | 1 | 100 | 111 | 101111 | 10011 | 1011011 |
Color Harmonies of #ECEAE3
Complementary color
Monochromatic Colors of #ECEAE3
Black with #ECEAE3
Text Example
Text Example
White with #ECEAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAE3; }
p { color: rgb(236,234,227); }
H1.HeaderClassName
{
color: #ECEAE3;
}
.AnyTagClassName
{
color: #ECEAE3;
}
</style>
background-color css
<style>
a { background-color: #ECEAE3; }
a { background-color: rgb(236,234,227); }
div.DivClassName
{
background-color: #ECEAE3;
}
.BgClassName
{
background-color: #ECEAE3;
}
</style>
border-color css
<style>
span { border-color: #ECEAE3; }
span { border-color: rgb(236,234,227); }
td.TdClassName
{
border-color: #ECEAE3;
}
.TagClassName
{
border-color: #ECEAE3;
}
</style>