Shades of Burnt Sienna #ED714A
Tints of Burnt Sienna #ED714A
RGB
CMYK
RGB Variations
Color information
#ED714A (or 0xED714A) is known color: Burnt Sienna. HEX triplet: ED, 71 and 4A. RGB value is (237,113,74). Sum of RGB (Red+Green+Blue) = 237+113+74=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED714A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED714A is #128EB5. Grayscale: #919191. Windows color (decimal): -1216182 or 4878829. OLE color: 4878829.
HSL color Cylindrical-coordinate representation of color #ED714A: hue angle of 14.36º 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 #ED714A is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 74 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.07 |
| HSL | 14.36º | 0.82% | 0.61% | - |
| HSV(B) | 14.36º | 0.69% | 0.93% | - |
| XYZ | 42.07 | 30.31 | 10.11 | - |
| YUV | 145.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 74 | 0 | 0.52 | 0.69 | 0.07 | 14.36 | 0.82 | 0.61 |
| Hex | ED | 71 | 4A | 0 | 34 | 45 | 7 | E | 52 | 3D |
| Octal | 355 | 161 | 112 | 0 | 64 | 105 | 7 | 16 | 122 | 75 |
| Binary | 11101101 | 1110001 | 1001010 | 0 | 110100 | 1000101 | 111 | 1110 | 1010010 | 111101 |
Color Harmonies of #ED714A
Complementary color
Monochromatic Colors of #ED714A
Black with #ED714A
Text Example
Text Example
White with #ED714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED714A; }
p { color: rgb(237,113,74); }
H1.HeaderClassName
{
color: #ED714A;
}
.AnyTagClassName
{
color: #ED714A;
}
</style>
background-color css
<style>
a { background-color: #ED714A; }
a { background-color: rgb(237,113,74); }
div.DivClassName
{
background-color: #ED714A;
}
.BgClassName
{
background-color: #ED714A;
}
</style>
border-color css
<style>
span { border-color: #ED714A; }
span { border-color: rgb(237,113,74); }
td.TdClassName
{
border-color: #ED714A;
}
.TagClassName
{
border-color: #ED714A;
}
</style>