Shades of Burnt Sienna #ED694E
Tints of Burnt Sienna #ED694E
RGB
CMYK
RGB Variations
Color information
#ED694E (or 0xED694E) is known color: Burnt Sienna. HEX triplet: ED, 69 and 4E. RGB value is (237,105,78). Sum of RGB (Red+Green+Blue) = 237+105+78=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED694E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED694E is #1296B1. Grayscale: #8D8D8D. Windows color (decimal): -1218226 or 5138925. OLE color: 5138925.
HSL color Cylindrical-coordinate representation of color #ED694E: hue angle of 10.19º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED694E is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 78 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.07 |
| HSL | 10.19º | 0.82% | 0.62% | - |
| HSV(B) | 10.19º | 0.67% | 0.93% | - |
| XYZ | 41.35 | 28.66 | 10.56 | - |
| YUV | 141.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 78 | 0 | 0.56 | 0.67 | 0.07 | 10.19 | 0.82 | 0.62 |
| Hex | ED | 69 | 4E | 0 | 38 | 43 | 7 | A | 52 | 3E |
| Octal | 355 | 151 | 116 | 0 | 70 | 103 | 7 | 12 | 122 | 76 |
| Binary | 11101101 | 1101001 | 1001110 | 0 | 111000 | 1000011 | 111 | 1010 | 1010010 | 111110 |
Color Harmonies of #ED694E
Complementary color
Monochromatic Colors of #ED694E
Black with #ED694E
Text Example
Text Example
White with #ED694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED694E; }
p { color: rgb(237,105,78); }
H1.HeaderClassName
{
color: #ED694E;
}
.AnyTagClassName
{
color: #ED694E;
}
</style>
background-color css
<style>
a { background-color: #ED694E; }
a { background-color: rgb(237,105,78); }
div.DivClassName
{
background-color: #ED694E;
}
.BgClassName
{
background-color: #ED694E;
}
</style>
border-color css
<style>
span { border-color: #ED694E; }
span { border-color: rgb(237,105,78); }
td.TdClassName
{
border-color: #ED694E;
}
.TagClassName
{
border-color: #ED694E;
}
</style>