Shades of Orange White #EDE5CD
Tints of Orange White #EDE5CD
RGB
CMYK
RGB Variations
Color information
#EDE5CD (or 0xEDE5CD) is known color: Orange White. HEX triplet: ED, E5 and CD. RGB value is (237,229,205). Sum of RGB (Red+Green+Blue) = 237+229+205=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5CD is #121A32. Grayscale: #E4E4E4. Windows color (decimal): -1186355 or 13493741. OLE color: 13493741.
HSL color Cylindrical-coordinate representation of color #EDE5CD: hue angle of 45º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDE5CD is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 229 | 205 | - |
CMYK | 0 | 0.03 | 0.14 | 0.07 |
HSL | 45º | 0.47% | 0.87% | - |
HSV(B) | 45º | 0.14% | 0.93% | - |
XYZ | 73.96 | 78.45 | 69 | - |
YUV | 228.66 | 114.65 | 133.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 205 | 0 | 0.03 | 0.14 | 0.07 | 45 | 0.47 | 0.87 |
Hex | ED | E5 | CD | 0 | 3 | E | 7 | 2D | 2F | 57 |
Octal | 355 | 345 | 315 | 0 | 3 | 16 | 7 | 55 | 57 | 127 |
Binary | 11101101 | 11100101 | 11001101 | 0 | 11 | 1110 | 111 | 101101 | 101111 | 1010111 |
Color Harmonies of #EDE5CD
Complementary color
Monochromatic Colors of #EDE5CD
Black with #EDE5CD
Text Example
Text Example
White with #EDE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5CD; }
p { color: rgb(237,229,205); }
H1.HeaderClassName
{
color: #EDE5CD;
}
.AnyTagClassName
{
color: #EDE5CD;
}
</style>
background-color css
<style>
a { background-color: #EDE5CD; }
a { background-color: rgb(237,229,205); }
div.DivClassName
{
background-color: #EDE5CD;
}
.BgClassName
{
background-color: #EDE5CD;
}
</style>
border-color css
<style>
span { border-color: #EDE5CD; }
span { border-color: rgb(237,229,205); }
td.TdClassName
{
border-color: #EDE5CD;
}
.TagClassName
{
border-color: #EDE5CD;
}
</style>