Shades of Burnt Sienna #EB764E
Tints of Burnt Sienna #EB764E
RGB
CMYK
RGB Variations
Color information
#EB764E (or 0xEB764E) is known color: Burnt Sienna. HEX triplet: EB, 76 and 4E. RGB value is (235,118,78). Sum of RGB (Red+Green+Blue) = 235+118+78=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB764E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB764E is #1489B1. Grayscale: #949494. Windows color (decimal): -1345970 or 5142251. OLE color: 5142251.
HSL color Cylindrical-coordinate representation of color #EB764E: hue angle of 15.29º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB764E is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 78 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.08 |
| HSL | 15.29º | 0.8% | 0.61% | - |
| HSV(B) | 15.29º | 0.67% | 0.92% | - |
| XYZ | 42.11 | 31.17 | 11 | - |
| YUV | 148.42 | 88.26 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 78 | 0 | 0.50 | 0.67 | 0.08 | 15.29 | 0.8 | 0.61 |
| Hex | EB | 76 | 4E | 0 | 32 | 43 | 8 | F | 50 | 3D |
| Octal | 353 | 166 | 116 | 0 | 62 | 103 | 10 | 17 | 120 | 75 |
| Binary | 11101011 | 1110110 | 1001110 | 0 | 110010 | 1000011 | 1000 | 1111 | 1010000 | 111101 |
Color Harmonies of #EB764E
Complementary color
Monochromatic Colors of #EB764E
Black with #EB764E
Text Example
Text Example
White with #EB764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB764E; }
p { color: rgb(235,118,78); }
H1.HeaderClassName
{
color: #EB764E;
}
.AnyTagClassName
{
color: #EB764E;
}
</style>
background-color css
<style>
a { background-color: #EB764E; }
a { background-color: rgb(235,118,78); }
div.DivClassName
{
background-color: #EB764E;
}
.BgClassName
{
background-color: #EB764E;
}
</style>
border-color css
<style>
span { border-color: #EB764E; }
span { border-color: rgb(235,118,78); }
td.TdClassName
{
border-color: #EB764E;
}
.TagClassName
{
border-color: #EB764E;
}
</style>