Shades of Burnt Sienna #EB7350
Tints of Burnt Sienna #EB7350
RGB
CMYK
RGB Variations
Color information
#EB7350 (or 0xEB7350) is known color: Burnt Sienna. HEX triplet: EB, 73 and 50. RGB value is (235,115,80). Sum of RGB (Red+Green+Blue) = 235+115+80=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7350 is #148CAF. Grayscale: #939393. Windows color (decimal): -1346736 or 5272555. OLE color: 5272555.
HSL color Cylindrical-coordinate representation of color #EB7350: hue angle of 13.55º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB7350 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 80 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.08 |
| HSL | 13.55º | 0.79% | 0.62% | - |
| HSV(B) | 13.55º | 0.66% | 0.92% | - |
| XYZ | 41.84 | 30.5 | 11.27 | - |
| YUV | 146.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 80 | 0 | 0.51 | 0.66 | 0.08 | 13.55 | 0.79 | 0.62 |
| Hex | EB | 73 | 50 | 0 | 33 | 42 | 8 | E | 4F | 3E |
| Octal | 353 | 163 | 120 | 0 | 63 | 102 | 10 | 16 | 117 | 76 |
| Binary | 11101011 | 1110011 | 1010000 | 0 | 110011 | 1000010 | 1000 | 1110 | 1001111 | 111110 |
Color Harmonies of #EB7350
Complementary color
Monochromatic Colors of #EB7350
Black with #EB7350
Text Example
Text Example
White with #EB7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7350; }
p { color: rgb(235,115,80); }
H1.HeaderClassName
{
color: #EB7350;
}
.AnyTagClassName
{
color: #EB7350;
}
</style>
background-color css
<style>
a { background-color: #EB7350; }
a { background-color: rgb(235,115,80); }
div.DivClassName
{
background-color: #EB7350;
}
.BgClassName
{
background-color: #EB7350;
}
</style>
border-color css
<style>
span { border-color: #EB7350; }
span { border-color: rgb(235,115,80); }
td.TdClassName
{
border-color: #EB7350;
}
.TagClassName
{
border-color: #EB7350;
}
</style>