Shades of Burnt Sienna #ED745A
Tints of Burnt Sienna #ED745A
RGB
CMYK
RGB Variations
Color information
#ED745A (or 0xED745A) is known color: Burnt Sienna. HEX triplet: ED, 74 and 5A. RGB value is (237,116,90). Sum of RGB (Red+Green+Blue) = 237+116+90=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED745A is #128BA5. Grayscale: #959595. Windows color (decimal): -1215398 or 5928173. OLE color: 5928173.
HSL color Cylindrical-coordinate representation of color #ED745A: hue angle of 10.61º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED745A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 90 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.07 |
| HSL | 10.61º | 0.8% | 0.64% | - |
| HSV(B) | 10.61º | 0.62% | 0.93% | - |
| XYZ | 43.02 | 31.23 | 13.43 | - |
| YUV | 149.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 90 | 0 | 0.51 | 0.62 | 0.07 | 10.61 | 0.8 | 0.64 |
| Hex | ED | 74 | 5A | 0 | 33 | 3E | 7 | B | 50 | 40 |
| Octal | 355 | 164 | 132 | 0 | 63 | 76 | 7 | 13 | 120 | 100 |
| Binary | 11101101 | 1110100 | 1011010 | 0 | 110011 | 111110 | 111 | 1011 | 1010000 | 1000000 |
Color Harmonies of #ED745A
Complementary color
Monochromatic Colors of #ED745A
Black with #ED745A
Text Example
Text Example
White with #ED745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED745A; }
p { color: rgb(237,116,90); }
H1.HeaderClassName
{
color: #ED745A;
}
.AnyTagClassName
{
color: #ED745A;
}
</style>
background-color css
<style>
a { background-color: #ED745A; }
a { background-color: rgb(237,116,90); }
div.DivClassName
{
background-color: #ED745A;
}
.BgClassName
{
background-color: #ED745A;
}
</style>
border-color css
<style>
span { border-color: #ED745A; }
span { border-color: rgb(237,116,90); }
td.TdClassName
{
border-color: #ED745A;
}
.TagClassName
{
border-color: #ED745A;
}
</style>