Shades of Burnt Sienna #EB764D
Tints of Burnt Sienna #EB764D
RGB
CMYK
RGB Variations
Color information
#EB764D (or 0xEB764D) is known color: Burnt Sienna. HEX triplet: EB, 76 and 4D. RGB value is (235,118,77). Sum of RGB (Red+Green+Blue) = 235+118+77=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB764D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB764D is #1489B2. Grayscale: #949494. Windows color (decimal): -1345971 or 5076715. OLE color: 5076715.
HSL color Cylindrical-coordinate representation of color #EB764D: hue angle of 15.57º 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 #EB764D is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 77 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.08 |
| HSL | 15.57º | 0.8% | 0.61% | - |
| HSV(B) | 15.57º | 0.67% | 0.92% | - |
| XYZ | 42.08 | 31.15 | 10.82 | - |
| YUV | 148.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 77 | 0 | 0.50 | 0.67 | 0.08 | 15.57 | 0.8 | 0.61 |
| Hex | EB | 76 | 4D | 0 | 32 | 43 | 8 | 10 | 50 | 3D |
| Octal | 353 | 166 | 115 | 0 | 62 | 103 | 10 | 20 | 120 | 75 |
| Binary | 11101011 | 1110110 | 1001101 | 0 | 110010 | 1000011 | 1000 | 10000 | 1010000 | 111101 |
Color Harmonies of #EB764D
Complementary color
Monochromatic Colors of #EB764D
Black with #EB764D
Text Example
Text Example
White with #EB764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB764D; }
p { color: rgb(235,118,77); }
H1.HeaderClassName
{
color: #EB764D;
}
.AnyTagClassName
{
color: #EB764D;
}
</style>
background-color css
<style>
a { background-color: #EB764D; }
a { background-color: rgb(235,118,77); }
div.DivClassName
{
background-color: #EB764D;
}
.BgClassName
{
background-color: #EB764D;
}
</style>
border-color css
<style>
span { border-color: #EB764D; }
span { border-color: rgb(235,118,77); }
td.TdClassName
{
border-color: #EB764D;
}
.TagClassName
{
border-color: #EB764D;
}
</style>