Shades of Burnt Sienna #EF734A
Tints of Burnt Sienna #EF734A
RGB
CMYK
RGB Variations
Color information
#EF734A (or 0xEF734A) is known color: Burnt Sienna. HEX triplet: EF, 73 and 4A. RGB value is (239,115,74). Sum of RGB (Red+Green+Blue) = 239+115+74=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF734A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF734A is #108CB5. Grayscale: #939393. Windows color (decimal): -1084598 or 4879343. OLE color: 4879343.
HSL color Cylindrical-coordinate representation of color #EF734A: hue angle of 14.91º 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 #EF734A is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 74 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.06 |
| HSL | 14.91º | 0.84% | 0.61% | - |
| HSV(B) | 14.91º | 0.69% | 0.94% | - |
| XYZ | 42.96 | 31.11 | 10.22 | - |
| YUV | 147.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 74 | 0 | 0.52 | 0.69 | 0.06 | 14.91 | 0.84 | 0.61 |
| Hex | EF | 73 | 4A | 0 | 34 | 45 | 6 | F | 54 | 3D |
| Octal | 357 | 163 | 112 | 0 | 64 | 105 | 6 | 17 | 124 | 75 |
| Binary | 11101111 | 1110011 | 1001010 | 0 | 110100 | 1000101 | 110 | 1111 | 1010100 | 111101 |
Color Harmonies of #EF734A
Complementary color
Monochromatic Colors of #EF734A
Black with #EF734A
Text Example
Text Example
White with #EF734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF734A; }
p { color: rgb(239,115,74); }
H1.HeaderClassName
{
color: #EF734A;
}
.AnyTagClassName
{
color: #EF734A;
}
</style>
background-color css
<style>
a { background-color: #EF734A; }
a { background-color: rgb(239,115,74); }
div.DivClassName
{
background-color: #EF734A;
}
.BgClassName
{
background-color: #EF734A;
}
</style>
border-color css
<style>
span { border-color: #EF734A; }
span { border-color: rgb(239,115,74); }
td.TdClassName
{
border-color: #EF734A;
}
.TagClassName
{
border-color: #EF734A;
}
</style>