Shades of Burnt Sienna #EF715A
Tints of Burnt Sienna #EF715A
RGB
CMYK
RGB Variations
Color information
#EF715A (or 0xEF715A) is known color: Burnt Sienna. HEX triplet: EF, 71 and 5A. RGB value is (239,113,90). Sum of RGB (Red+Green+Blue) = 239+113+90=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF715A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF715A is #108EA5. Grayscale: #949494. Windows color (decimal): -1085094 or 5927407. OLE color: 5927407.
HSL color Cylindrical-coordinate representation of color #EF715A: hue angle of 9.26º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF715A is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 90 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.06 |
| HSL | 9.26º | 0.82% | 0.65% | - |
| HSV(B) | 9.26º | 0.62% | 0.94% | - |
| XYZ | 43.35 | 30.9 | 13.35 | - |
| YUV | 148.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 90 | 0 | 0.53 | 0.62 | 0.06 | 9.26 | 0.82 | 0.65 |
| Hex | EF | 71 | 5A | 0 | 35 | 3E | 6 | 9 | 52 | 41 |
| Octal | 357 | 161 | 132 | 0 | 65 | 76 | 6 | 11 | 122 | 101 |
| Binary | 11101111 | 1110001 | 1011010 | 0 | 110101 | 111110 | 110 | 1001 | 1010010 | 1000001 |
Color Harmonies of #EF715A
Complementary color
Monochromatic Colors of #EF715A
Black with #EF715A
Text Example
Text Example
White with #EF715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF715A; }
p { color: rgb(239,113,90); }
H1.HeaderClassName
{
color: #EF715A;
}
.AnyTagClassName
{
color: #EF715A;
}
</style>
background-color css
<style>
a { background-color: #EF715A; }
a { background-color: rgb(239,113,90); }
div.DivClassName
{
background-color: #EF715A;
}
.BgClassName
{
background-color: #EF715A;
}
</style>
border-color css
<style>
span { border-color: #EF715A; }
span { border-color: rgb(239,113,90); }
td.TdClassName
{
border-color: #EF715A;
}
.TagClassName
{
border-color: #EF715A;
}
</style>