Shades of Orange White #EDE6CF
Tints of Orange White #EDE6CF
RGB
CMYK
RGB Variations
Color information
#EDE6CF (or 0xEDE6CF) is known color: Orange White. HEX triplet: ED, E6 and CF. RGB value is (237,230,207). Sum of RGB (Red+Green+Blue) = 237+230+207=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6CF is #121930. Grayscale: #E5E5E5. Windows color (decimal): -1186097 or 13625069. OLE color: 13625069.
HSL color Cylindrical-coordinate representation of color #EDE6CF: hue angle of 46º 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 #EDE6CF is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 207 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.07 |
| HSL | 46º | 0.45% | 0.87% | - |
| HSV(B) | 46º | 0.13% | 0.93% | - |
| XYZ | 74.48 | 79.1 | 70.37 | - |
| YUV | 229.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 207 | 0 | 0.03 | 0.13 | 0.07 | 46 | 0.45 | 0.87 |
| Hex | ED | E6 | CF | 0 | 3 | D | 7 | 2E | 2D | 57 |
| Octal | 355 | 346 | 317 | 0 | 3 | 15 | 7 | 56 | 55 | 127 |
| Binary | 11101101 | 11100110 | 11001111 | 0 | 11 | 1101 | 111 | 101110 | 101101 | 1010111 |
Color Harmonies of #EDE6CF
Complementary color
Monochromatic Colors of #EDE6CF
Black with #EDE6CF
Text Example
Text Example
White with #EDE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6CF; }
p { color: rgb(237,230,207); }
H1.HeaderClassName
{
color: #EDE6CF;
}
.AnyTagClassName
{
color: #EDE6CF;
}
</style>
background-color css
<style>
a { background-color: #EDE6CF; }
a { background-color: rgb(237,230,207); }
div.DivClassName
{
background-color: #EDE6CF;
}
.BgClassName
{
background-color: #EDE6CF;
}
</style>
border-color css
<style>
span { border-color: #EDE6CF; }
span { border-color: rgb(237,230,207); }
td.TdClassName
{
border-color: #EDE6CF;
}
.TagClassName
{
border-color: #EDE6CF;
}
</style>