Shades of Burnt Sienna #E0774F
Tints of Burnt Sienna #E0774F
RGB
CMYK
RGB Variations
Color information
#E0774F (or 0xE0774F) is known color: Burnt Sienna. HEX triplet: E0, 77 and 4F. RGB value is (224,119,79). Sum of RGB (Red+Green+Blue) = 224+119+79=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0774F is #1F88B0. Grayscale: #929292. Windows color (decimal): -2066609 or 5208032. OLE color: 5208032.
HSL color Cylindrical-coordinate representation of color #E0774F: hue angle of 16.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0774F is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 79 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.12 |
| HSL | 16.55º | 0.7% | 0.59% | - |
| HSV(B) | 16.55º | 0.65% | 0.88% | - |
| XYZ | 38.75 | 29.61 | 11.07 | - |
| YUV | 145.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 79 | 0 | 0.47 | 0.65 | 0.12 | 16.55 | 0.7 | 0.59 |
| Hex | E0 | 77 | 4F | 0 | 2F | 41 | C | 11 | 46 | 3B |
| Octal | 340 | 167 | 117 | 0 | 57 | 101 | 14 | 21 | 106 | 73 |
| Binary | 11100000 | 1110111 | 1001111 | 0 | 101111 | 1000001 | 1100 | 10001 | 1000110 | 111011 |
Color Harmonies of #E0774F
Complementary color
Monochromatic Colors of #E0774F
Black with #E0774F
Text Example
Text Example
White with #E0774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0774F; }
p { color: rgb(224,119,79); }
H1.HeaderClassName
{
color: #E0774F;
}
.AnyTagClassName
{
color: #E0774F;
}
</style>
background-color css
<style>
a { background-color: #E0774F; }
a { background-color: rgb(224,119,79); }
div.DivClassName
{
background-color: #E0774F;
}
.BgClassName
{
background-color: #E0774F;
}
</style>
border-color css
<style>
span { border-color: #E0774F; }
span { border-color: rgb(224,119,79); }
td.TdClassName
{
border-color: #E0774F;
}
.TagClassName
{
border-color: #E0774F;
}
</style>