Shades of Burnt Sienna #EF7555
Tints of Burnt Sienna #EF7555
RGB
CMYK
RGB Variations
Color information
#EF7555 (or 0xEF7555) is known color: Burnt Sienna. HEX triplet: EF, 75 and 55. RGB value is (239,117,85). Sum of RGB (Red+Green+Blue) = 239+117+85=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7555 is #108AAA. Grayscale: #969696. Windows color (decimal): -1084075 or 5600751. OLE color: 5600751.
HSL color Cylindrical-coordinate representation of color #EF7555: hue angle of 12.47º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF7555 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 85 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.06 |
| HSL | 12.47º | 0.83% | 0.64% | - |
| HSV(B) | 12.47º | 0.64% | 0.94% | - |
| XYZ | 43.6 | 31.73 | 12.42 | - |
| YUV | 149.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 85 | 0 | 0.51 | 0.64 | 0.06 | 12.47 | 0.83 | 0.64 |
| Hex | EF | 75 | 55 | 0 | 33 | 40 | 6 | C | 53 | 40 |
| Octal | 357 | 165 | 125 | 0 | 63 | 100 | 6 | 14 | 123 | 100 |
| Binary | 11101111 | 1110101 | 1010101 | 0 | 110011 | 1000000 | 110 | 1100 | 1010011 | 1000000 |
Color Harmonies of #EF7555
Complementary color
Monochromatic Colors of #EF7555
Black with #EF7555
Text Example
Text Example
White with #EF7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7555; }
p { color: rgb(239,117,85); }
H1.HeaderClassName
{
color: #EF7555;
}
.AnyTagClassName
{
color: #EF7555;
}
</style>
background-color css
<style>
a { background-color: #EF7555; }
a { background-color: rgb(239,117,85); }
div.DivClassName
{
background-color: #EF7555;
}
.BgClassName
{
background-color: #EF7555;
}
</style>
border-color css
<style>
span { border-color: #EF7555; }
span { border-color: rgb(239,117,85); }
td.TdClassName
{
border-color: #EF7555;
}
.TagClassName
{
border-color: #EF7555;
}
</style>