Shades of Burnt Sienna #EF745B
Tints of Burnt Sienna #EF745B
RGB
CMYK
RGB Variations
Color information
#EF745B (or 0xEF745B) is known color: Burnt Sienna. HEX triplet: EF, 74 and 5B. RGB value is (239,116,91). Sum of RGB (Red+Green+Blue) = 239+116+91=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF745B is #108BA4. Grayscale: #969696. Windows color (decimal): -1084325 or 5993711. OLE color: 5993711.
HSL color Cylindrical-coordinate representation of color #EF745B: hue angle of 10.14º 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 #EF745B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 91 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.06 |
| HSL | 10.14º | 0.82% | 0.65% | - |
| HSV(B) | 10.14º | 0.62% | 0.94% | - |
| XYZ | 43.73 | 31.6 | 13.69 | - |
| YUV | 149.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 91 | 0 | 0.51 | 0.62 | 0.06 | 10.14 | 0.82 | 0.65 |
| Hex | EF | 74 | 5B | 0 | 33 | 3E | 6 | A | 52 | 41 |
| Octal | 357 | 164 | 133 | 0 | 63 | 76 | 6 | 12 | 122 | 101 |
| Binary | 11101111 | 1110100 | 1011011 | 0 | 110011 | 111110 | 110 | 1010 | 1010010 | 1000001 |
Color Harmonies of #EF745B
Complementary color
Monochromatic Colors of #EF745B
Black with #EF745B
Text Example
Text Example
White with #EF745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF745B; }
p { color: rgb(239,116,91); }
H1.HeaderClassName
{
color: #EF745B;
}
.AnyTagClassName
{
color: #EF745B;
}
</style>
background-color css
<style>
a { background-color: #EF745B; }
a { background-color: rgb(239,116,91); }
div.DivClassName
{
background-color: #EF745B;
}
.BgClassName
{
background-color: #EF745B;
}
</style>
border-color css
<style>
span { border-color: #EF745B; }
span { border-color: rgb(239,116,91); }
td.TdClassName
{
border-color: #EF745B;
}
.TagClassName
{
border-color: #EF745B;
}
</style>