Shades of Burnt Sienna #ED6B42
Tints of Burnt Sienna #ED6B42
RGB
CMYK
RGB Variations
Color information
#ED6B42 (or 0xED6B42) is known color: Burnt Sienna. HEX triplet: ED, 6B and 42. RGB value is (237,107,66). Sum of RGB (Red+Green+Blue) = 237+107+66=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6B42 is #1294BD. Grayscale: #8D8D8D. Windows color (decimal): -1217726 or 4353005. OLE color: 4353005.
HSL color Cylindrical-coordinate representation of color #ED6B42: hue angle of 14.39º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED6B42 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 66 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.07 |
| HSL | 14.39º | 0.83% | 0.59% | - |
| HSV(B) | 14.39º | 0.72% | 0.93% | - |
| XYZ | 41.17 | 28.91 | 8.57 | - |
| YUV | 141.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 66 | 0 | 0.55 | 0.72 | 0.07 | 14.39 | 0.83 | 0.59 |
| Hex | ED | 6B | 42 | 0 | 37 | 48 | 7 | E | 53 | 3B |
| Octal | 355 | 153 | 102 | 0 | 67 | 110 | 7 | 16 | 123 | 73 |
| Binary | 11101101 | 1101011 | 1000010 | 0 | 110111 | 1001000 | 111 | 1110 | 1010011 | 111011 |
Color Harmonies of #ED6B42
Complementary color
Monochromatic Colors of #ED6B42
Black with #ED6B42
Text Example
Text Example
White with #ED6B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6B42; }
p { color: rgb(237,107,66); }
H1.HeaderClassName
{
color: #ED6B42;
}
.AnyTagClassName
{
color: #ED6B42;
}
</style>
background-color css
<style>
a { background-color: #ED6B42; }
a { background-color: rgb(237,107,66); }
div.DivClassName
{
background-color: #ED6B42;
}
.BgClassName
{
background-color: #ED6B42;
}
</style>
border-color css
<style>
span { border-color: #ED6B42; }
span { border-color: rgb(237,107,66); }
td.TdClassName
{
border-color: #ED6B42;
}
.TagClassName
{
border-color: #ED6B42;
}
</style>