Shades of Orange White #EDE4C9
Tints of Orange White #EDE4C9
RGB
CMYK
RGB Variations
Color information
#EDE4C9 (or 0xEDE4C9) is known color: Orange White. HEX triplet: ED, E4 and C9. RGB value is (237,228,201). Sum of RGB (Red+Green+Blue) = 237+228+201=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4C9 is #121B36. Grayscale: #E3E3E3. Windows color (decimal): -1186615 or 13231341. OLE color: 13231341.
HSL color Cylindrical-coordinate representation of color #EDE4C9: hue angle of 45º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE4C9 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 201 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.07 |
| HSL | 45º | 0.5% | 0.86% | - |
| HSV(B) | 45º | 0.15% | 0.93% | - |
| XYZ | 73.21 | 77.71 | 66.4 | - |
| YUV | 227.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 201 | 0 | 0.04 | 0.15 | 0.07 | 45 | 0.5 | 0.86 |
| Hex | ED | E4 | C9 | 0 | 4 | F | 7 | 2D | 32 | 56 |
| Octal | 355 | 344 | 311 | 0 | 4 | 17 | 7 | 55 | 62 | 126 |
| Binary | 11101101 | 11100100 | 11001001 | 0 | 100 | 1111 | 111 | 101101 | 110010 | 1010110 |
Color Harmonies of #EDE4C9
Complementary color
Monochromatic Colors of #EDE4C9
Black with #EDE4C9
Text Example
Text Example
White with #EDE4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4C9; }
p { color: rgb(237,228,201); }
H1.HeaderClassName
{
color: #EDE4C9;
}
.AnyTagClassName
{
color: #EDE4C9;
}
</style>
background-color css
<style>
a { background-color: #EDE4C9; }
a { background-color: rgb(237,228,201); }
div.DivClassName
{
background-color: #EDE4C9;
}
.BgClassName
{
background-color: #EDE4C9;
}
</style>
border-color css
<style>
span { border-color: #EDE4C9; }
span { border-color: rgb(237,228,201); }
td.TdClassName
{
border-color: #EDE4C9;
}
.TagClassName
{
border-color: #EDE4C9;
}
</style>