Shades of Burnt Sienna #ED724E
Tints of Burnt Sienna #ED724E
RGB
CMYK
RGB Variations
Color information
#ED724E (or 0xED724E) is known color: Burnt Sienna. HEX triplet: ED, 72 and 4E. RGB value is (237,114,78). Sum of RGB (Red+Green+Blue) = 237+114+78=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED724E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED724E is #128DB1. Grayscale: #929292. Windows color (decimal): -1215922 or 5141229. OLE color: 5141229.
HSL color Cylindrical-coordinate representation of color #ED724E: hue angle of 13.58º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED724E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 78 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.07 |
| HSL | 13.58º | 0.82% | 0.62% | - |
| HSV(B) | 13.58º | 0.67% | 0.93% | - |
| XYZ | 42.32 | 30.59 | 10.88 | - |
| YUV | 146.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 78 | 0 | 0.52 | 0.67 | 0.07 | 13.58 | 0.82 | 0.62 |
| Hex | ED | 72 | 4E | 0 | 34 | 43 | 7 | E | 52 | 3E |
| Octal | 355 | 162 | 116 | 0 | 64 | 103 | 7 | 16 | 122 | 76 |
| Binary | 11101101 | 1110010 | 1001110 | 0 | 110100 | 1000011 | 111 | 1110 | 1010010 | 111110 |
Color Harmonies of #ED724E
Complementary color
Monochromatic Colors of #ED724E
Black with #ED724E
Text Example
Text Example
White with #ED724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED724E; }
p { color: rgb(237,114,78); }
H1.HeaderClassName
{
color: #ED724E;
}
.AnyTagClassName
{
color: #ED724E;
}
</style>
background-color css
<style>
a { background-color: #ED724E; }
a { background-color: rgb(237,114,78); }
div.DivClassName
{
background-color: #ED724E;
}
.BgClassName
{
background-color: #ED724E;
}
</style>
border-color css
<style>
span { border-color: #ED724E; }
span { border-color: rgb(237,114,78); }
td.TdClassName
{
border-color: #ED724E;
}
.TagClassName
{
border-color: #ED724E;
}
</style>