Shades of Burnt Sienna #ED7648
Tints of Burnt Sienna #ED7648
RGB
CMYK
RGB Variations
Color information
#ED7648 (or 0xED7648) is known color: Burnt Sienna. HEX triplet: ED, 76 and 48. RGB value is (237,118,72). Sum of RGB (Red+Green+Blue) = 237+118+72=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7648 is #1289B7. Grayscale: #949494. Windows color (decimal): -1214904 or 4749037. OLE color: 4749037.
HSL color Cylindrical-coordinate representation of color #ED7648: hue angle of 16.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED7648 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 72 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.07 |
| HSL | 16.73º | 0.82% | 0.61% | - |
| HSV(B) | 16.73º | 0.7% | 0.93% | - |
| XYZ | 42.57 | 31.43 | 9.95 | - |
| YUV | 148.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 72 | 0 | 0.50 | 0.70 | 0.07 | 16.73 | 0.82 | 0.61 |
| Hex | ED | 76 | 48 | 0 | 32 | 46 | 7 | 11 | 52 | 3D |
| Octal | 355 | 166 | 110 | 0 | 62 | 106 | 7 | 21 | 122 | 75 |
| Binary | 11101101 | 1110110 | 1001000 | 0 | 110010 | 1000110 | 111 | 10001 | 1010010 | 111101 |
Color Harmonies of #ED7648
Complementary color
Monochromatic Colors of #ED7648
Black with #ED7648
Text Example
Text Example
White with #ED7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7648; }
p { color: rgb(237,118,72); }
H1.HeaderClassName
{
color: #ED7648;
}
.AnyTagClassName
{
color: #ED7648;
}
</style>
background-color css
<style>
a { background-color: #ED7648; }
a { background-color: rgb(237,118,72); }
div.DivClassName
{
background-color: #ED7648;
}
.BgClassName
{
background-color: #ED7648;
}
</style>
border-color css
<style>
span { border-color: #ED7648; }
span { border-color: rgb(237,118,72); }
td.TdClassName
{
border-color: #ED7648;
}
.TagClassName
{
border-color: #ED7648;
}
</style>