Shades of Burnt Sienna #EF764E
Tints of Burnt Sienna #EF764E
RGB
CMYK
RGB Variations
Color information
#EF764E (or 0xEF764E) is known color: Burnt Sienna. HEX triplet: EF, 76 and 4E. RGB value is (239,118,78). Sum of RGB (Red+Green+Blue) = 239+118+78=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF764E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF764E is #1089B1. Grayscale: #959595. Windows color (decimal): -1083826 or 5142255. OLE color: 5142255.
HSL color Cylindrical-coordinate representation of color #EF764E: hue angle of 14.91º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF764E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 78 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.06 |
| HSL | 14.91º | 0.83% | 0.62% | - |
| HSV(B) | 14.91º | 0.67% | 0.94% | - |
| XYZ | 43.45 | 31.86 | 11.07 | - |
| YUV | 149.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 78 | 0 | 0.51 | 0.67 | 0.06 | 14.91 | 0.83 | 0.62 |
| Hex | EF | 76 | 4E | 0 | 33 | 43 | 6 | F | 53 | 3E |
| Octal | 357 | 166 | 116 | 0 | 63 | 103 | 6 | 17 | 123 | 76 |
| Binary | 11101111 | 1110110 | 1001110 | 0 | 110011 | 1000011 | 110 | 1111 | 1010011 | 111110 |
Color Harmonies of #EF764E
Complementary color
Monochromatic Colors of #EF764E
Black with #EF764E
Text Example
Text Example
White with #EF764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF764E; }
p { color: rgb(239,118,78); }
H1.HeaderClassName
{
color: #EF764E;
}
.AnyTagClassName
{
color: #EF764E;
}
</style>
background-color css
<style>
a { background-color: #EF764E; }
a { background-color: rgb(239,118,78); }
div.DivClassName
{
background-color: #EF764E;
}
.BgClassName
{
background-color: #EF764E;
}
</style>
border-color css
<style>
span { border-color: #EF764E; }
span { border-color: rgb(239,118,78); }
td.TdClassName
{
border-color: #EF764E;
}
.TagClassName
{
border-color: #EF764E;
}
</style>