Shades of Burnt Sienna #EF744A
Tints of Burnt Sienna #EF744A
RGB
CMYK
RGB Variations
Color information
#EF744A (or 0xEF744A) is known color: Burnt Sienna. HEX triplet: EF, 74 and 4A. RGB value is (239,116,74). Sum of RGB (Red+Green+Blue) = 239+116+74=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF744A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF744A is #108BB5. Grayscale: #949494. Windows color (decimal): -1084342 or 4879599. OLE color: 4879599.
HSL color Cylindrical-coordinate representation of color #EF744A: hue angle of 15.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF744A is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 74 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.06 |
| HSL | 15.27º | 0.84% | 0.61% | - |
| HSV(B) | 15.27º | 0.69% | 0.94% | - |
| XYZ | 43.08 | 31.34 | 10.26 | - |
| YUV | 147.99 | 86.25 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 74 | 0 | 0.51 | 0.69 | 0.06 | 15.27 | 0.84 | 0.61 |
| Hex | EF | 74 | 4A | 0 | 33 | 45 | 6 | F | 54 | 3D |
| Octal | 357 | 164 | 112 | 0 | 63 | 105 | 6 | 17 | 124 | 75 |
| Binary | 11101111 | 1110100 | 1001010 | 0 | 110011 | 1000101 | 110 | 1111 | 1010100 | 111101 |
Color Harmonies of #EF744A
Complementary color
Monochromatic Colors of #EF744A
Black with #EF744A
Text Example
Text Example
White with #EF744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF744A; }
p { color: rgb(239,116,74); }
H1.HeaderClassName
{
color: #EF744A;
}
.AnyTagClassName
{
color: #EF744A;
}
</style>
background-color css
<style>
a { background-color: #EF744A; }
a { background-color: rgb(239,116,74); }
div.DivClassName
{
background-color: #EF744A;
}
.BgClassName
{
background-color: #EF744A;
}
</style>
border-color css
<style>
span { border-color: #EF744A; }
span { border-color: rgb(239,116,74); }
td.TdClassName
{
border-color: #EF744A;
}
.TagClassName
{
border-color: #EF744A;
}
</style>