Shades of Burnt Sienna #ED704A
Tints of Burnt Sienna #ED704A
RGB
CMYK
RGB Variations
Color information
#ED704A (or 0xED704A) is known color: Burnt Sienna. HEX triplet: ED, 70 and 4A. RGB value is (237,112,74). Sum of RGB (Red+Green+Blue) = 237+112+74=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED704A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED704A is #128FB5. Grayscale: #919191. Windows color (decimal): -1216438 or 4878573. OLE color: 4878573.
HSL color Cylindrical-coordinate representation of color #ED704A: hue angle of 13.99º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED704A is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 74 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.07 |
| HSL | 13.99º | 0.82% | 0.61% | - |
| HSV(B) | 13.99º | 0.69% | 0.93% | - |
| XYZ | 41.96 | 30.09 | 10.07 | - |
| YUV | 145.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 74 | 0 | 0.53 | 0.69 | 0.07 | 13.99 | 0.82 | 0.61 |
| Hex | ED | 70 | 4A | 0 | 35 | 45 | 7 | E | 52 | 3D |
| Octal | 355 | 160 | 112 | 0 | 65 | 105 | 7 | 16 | 122 | 75 |
| Binary | 11101101 | 1110000 | 1001010 | 0 | 110101 | 1000101 | 111 | 1110 | 1010010 | 111101 |
Color Harmonies of #ED704A
Complementary color
Monochromatic Colors of #ED704A
Black with #ED704A
Text Example
Text Example
White with #ED704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED704A; }
p { color: rgb(237,112,74); }
H1.HeaderClassName
{
color: #ED704A;
}
.AnyTagClassName
{
color: #ED704A;
}
</style>
background-color css
<style>
a { background-color: #ED704A; }
a { background-color: rgb(237,112,74); }
div.DivClassName
{
background-color: #ED704A;
}
.BgClassName
{
background-color: #ED704A;
}
</style>
border-color css
<style>
span { border-color: #ED704A; }
span { border-color: rgb(237,112,74); }
td.TdClassName
{
border-color: #ED704A;
}
.TagClassName
{
border-color: #ED704A;
}
</style>