Shades of Rice Cake #EDEBE3
Tints of Rice Cake #EDEBE3
RGB
CMYK
RGB Variations
Color information
#EDEBE3 (or 0xEDEBE3) is known color: Rice Cake. HEX triplet: ED, EB and E3. RGB value is (237,235,227). Sum of RGB (Red+Green+Blue) = 237+235+227=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBE3 is #12141C. Grayscale: #EAEAEA. Windows color (decimal): -1184797 or 14937069. OLE color: 14937069.
HSL color Cylindrical-coordinate representation of color #EDEBE3: hue angle of 48º degrees, saturation: 0.22, 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 #EDEBE3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 235 | 227 | - |
CMYK | 0 | 0.01 | 0.04 | 0.07 |
HSL | 48º | 0.22% | 0.91% | - |
HSV(B) | 48º | 0.04% | 0.93% | - |
XYZ | 78.5 | 82.97 | 84.55 | - |
YUV | 234.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 235 | 227 | 0 | 0.01 | 0.04 | 0.07 | 48 | 0.22 | 0.91 |
Hex | ED | EB | E3 | 0 | 1 | 4 | 7 | 30 | 16 | 5B |
Octal | 355 | 353 | 343 | 0 | 1 | 4 | 7 | 60 | 26 | 133 |
Binary | 11101101 | 11101011 | 11100011 | 0 | 1 | 100 | 111 | 110000 | 10110 | 1011011 |
Color Harmonies of #EDEBE3
Complementary color
Monochromatic Colors of #EDEBE3
Black with #EDEBE3
Text Example
Text Example
White with #EDEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBE3; }
p { color: rgb(237,235,227); }
H1.HeaderClassName
{
color: #EDEBE3;
}
.AnyTagClassName
{
color: #EDEBE3;
}
</style>
background-color css
<style>
a { background-color: #EDEBE3; }
a { background-color: rgb(237,235,227); }
div.DivClassName
{
background-color: #EDEBE3;
}
.BgClassName
{
background-color: #EDEBE3;
}
</style>
border-color css
<style>
span { border-color: #EDEBE3; }
span { border-color: rgb(237,235,227); }
td.TdClassName
{
border-color: #EDEBE3;
}
.TagClassName
{
border-color: #EDEBE3;
}
</style>