Shades of Orange White #EDE7CF
Tints of Orange White #EDE7CF
RGB
CMYK
RGB Variations
Color information
#EDE7CF (or 0xEDE7CF) is known color: Orange White. HEX triplet: ED, E7 and CF. RGB value is (237,231,207). Sum of RGB (Red+Green+Blue) = 237+231+207=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7CF is #121830. Grayscale: #E6E6E6. Windows color (decimal): -1185841 or 13625325. OLE color: 13625325.
HSL color Cylindrical-coordinate representation of color #EDE7CF: hue angle of 48º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDE7CF is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 207 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.07 |
| HSL | 48º | 0.45% | 0.87% | - |
| HSV(B) | 48º | 0.13% | 0.93% | - |
| XYZ | 74.76 | 79.66 | 70.47 | - |
| YUV | 230.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 207 | 0 | 0.03 | 0.13 | 0.07 | 48 | 0.45 | 0.87 |
| Hex | ED | E7 | CF | 0 | 3 | D | 7 | 30 | 2D | 57 |
| Octal | 355 | 347 | 317 | 0 | 3 | 15 | 7 | 60 | 55 | 127 |
| Binary | 11101101 | 11100111 | 11001111 | 0 | 11 | 1101 | 111 | 110000 | 101101 | 1010111 |
Color Harmonies of #EDE7CF
Complementary color
Monochromatic Colors of #EDE7CF
Black with #EDE7CF
Text Example
Text Example
White with #EDE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7CF; }
p { color: rgb(237,231,207); }
H1.HeaderClassName
{
color: #EDE7CF;
}
.AnyTagClassName
{
color: #EDE7CF;
}
</style>
background-color css
<style>
a { background-color: #EDE7CF; }
a { background-color: rgb(237,231,207); }
div.DivClassName
{
background-color: #EDE7CF;
}
.BgClassName
{
background-color: #EDE7CF;
}
</style>
border-color css
<style>
span { border-color: #EDE7CF; }
span { border-color: rgb(237,231,207); }
td.TdClassName
{
border-color: #EDE7CF;
}
.TagClassName
{
border-color: #EDE7CF;
}
</style>