Shades of Burnt Sienna #EB774C
Tints of Burnt Sienna #EB774C
RGB
CMYK
RGB Variations
Color information
#EB774C (or 0xEB774C) is known color: Burnt Sienna. HEX triplet: EB, 77 and 4C. RGB value is (235,119,76). Sum of RGB (Red+Green+Blue) = 235+119+76=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB774C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB774C is #1488B3. Grayscale: #959595. Windows color (decimal): -1345716 or 5011435. OLE color: 5011435.
HSL color Cylindrical-coordinate representation of color #EB774C: hue angle of 16.23º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB774C is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 76 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.08 |
| HSL | 16.23º | 0.8% | 0.61% | - |
| HSV(B) | 16.23º | 0.68% | 0.92% | - |
| XYZ | 42.16 | 31.38 | 10.67 | - |
| YUV | 148.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 76 | 0 | 0.49 | 0.68 | 0.08 | 16.23 | 0.8 | 0.61 |
| Hex | EB | 77 | 4C | 0 | 31 | 44 | 8 | 10 | 50 | 3D |
| Octal | 353 | 167 | 114 | 0 | 61 | 104 | 10 | 20 | 120 | 75 |
| Binary | 11101011 | 1110111 | 1001100 | 0 | 110001 | 1000100 | 1000 | 10000 | 1010000 | 111101 |
Color Harmonies of #EB774C
Complementary color
Monochromatic Colors of #EB774C
Black with #EB774C
Text Example
Text Example
White with #EB774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB774C; }
p { color: rgb(235,119,76); }
H1.HeaderClassName
{
color: #EB774C;
}
.AnyTagClassName
{
color: #EB774C;
}
</style>
background-color css
<style>
a { background-color: #EB774C; }
a { background-color: rgb(235,119,76); }
div.DivClassName
{
background-color: #EB774C;
}
.BgClassName
{
background-color: #EB774C;
}
</style>
border-color css
<style>
span { border-color: #EB774C; }
span { border-color: rgb(235,119,76); }
td.TdClassName
{
border-color: #EB774C;
}
.TagClassName
{
border-color: #EB774C;
}
</style>