Shades of Orange White #EDE5CB
Tints of Orange White #EDE5CB
RGB
CMYK
RGB Variations
Color information
#EDE5CB (or 0xEDE5CB) is known color: Orange White. HEX triplet: ED, E5 and CB. RGB value is (237,229,203). Sum of RGB (Red+Green+Blue) = 237+229+203=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5CB is #121A34. Grayscale: #E4E4E4. Windows color (decimal): -1186357 or 13362669. OLE color: 13362669.
HSL color Cylindrical-coordinate representation of color #EDE5CB: hue angle of 45.88º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDE5CB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 203 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.07 |
| HSL | 45.88º | 0.49% | 0.86% | - |
| HSV(B) | 45.88º | 0.14% | 0.93% | - |
| XYZ | 73.72 | 78.35 | 67.74 | - |
| YUV | 228.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 203 | 0 | 0.03 | 0.14 | 0.07 | 45.88 | 0.49 | 0.86 |
| Hex | ED | E5 | CB | 0 | 3 | E | 7 | 2E | 31 | 56 |
| Octal | 355 | 345 | 313 | 0 | 3 | 16 | 7 | 56 | 61 | 126 |
| Binary | 11101101 | 11100101 | 11001011 | 0 | 11 | 1110 | 111 | 101110 | 110001 | 1010110 |
Color Harmonies of #EDE5CB
Complementary color
Monochromatic Colors of #EDE5CB
Black with #EDE5CB
Text Example
Text Example
White with #EDE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5CB; }
p { color: rgb(237,229,203); }
H1.HeaderClassName
{
color: #EDE5CB;
}
.AnyTagClassName
{
color: #EDE5CB;
}
</style>
background-color css
<style>
a { background-color: #EDE5CB; }
a { background-color: rgb(237,229,203); }
div.DivClassName
{
background-color: #EDE5CB;
}
.BgClassName
{
background-color: #EDE5CB;
}
</style>
border-color css
<style>
span { border-color: #EDE5CB; }
span { border-color: rgb(237,229,203); }
td.TdClassName
{
border-color: #EDE5CB;
}
.TagClassName
{
border-color: #EDE5CB;
}
</style>