Shades of Burnt Sienna #ED6D4A
Tints of Burnt Sienna #ED6D4A
RGB
CMYK
RGB Variations
Color information
#ED6D4A (or 0xED6D4A) is known color: Burnt Sienna. HEX triplet: ED, 6D and 4A. RGB value is (237,109,74). Sum of RGB (Red+Green+Blue) = 237+109+74=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6D4A is #1292B5. Grayscale: #8F8F8F. Windows color (decimal): -1217206 or 4877805. OLE color: 4877805.
HSL color Cylindrical-coordinate representation of color #ED6D4A: hue angle of 12.88º 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 #ED6D4A is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 74 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.07 |
| HSL | 12.88º | 0.82% | 0.61% | - |
| HSV(B) | 12.88º | 0.69% | 0.93% | - |
| XYZ | 41.63 | 29.44 | 9.97 | - |
| YUV | 143.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 74 | 0 | 0.54 | 0.69 | 0.07 | 12.88 | 0.82 | 0.61 |
| Hex | ED | 6D | 4A | 0 | 36 | 45 | 7 | D | 52 | 3D |
| Octal | 355 | 155 | 112 | 0 | 66 | 105 | 7 | 15 | 122 | 75 |
| Binary | 11101101 | 1101101 | 1001010 | 0 | 110110 | 1000101 | 111 | 1101 | 1010010 | 111101 |
Color Harmonies of #ED6D4A
Complementary color
Monochromatic Colors of #ED6D4A
Black with #ED6D4A
Text Example
Text Example
White with #ED6D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D4A; }
p { color: rgb(237,109,74); }
H1.HeaderClassName
{
color: #ED6D4A;
}
.AnyTagClassName
{
color: #ED6D4A;
}
</style>
background-color css
<style>
a { background-color: #ED6D4A; }
a { background-color: rgb(237,109,74); }
div.DivClassName
{
background-color: #ED6D4A;
}
.BgClassName
{
background-color: #ED6D4A;
}
</style>
border-color css
<style>
span { border-color: #ED6D4A; }
span { border-color: rgb(237,109,74); }
td.TdClassName
{
border-color: #ED6D4A;
}
.TagClassName
{
border-color: #ED6D4A;
}
</style>