Shades of Burnt Sienna #EA6B52
Tints of Burnt Sienna #EA6B52
RGB
CMYK
RGB Variations
Color information
#EA6B52 (or 0xEA6B52) is known color: Burnt Sienna. HEX triplet: EA, 6B and 52. RGB value is (234,107,82). Sum of RGB (Red+Green+Blue) = 234+107+82=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B52 is #1594AD. Grayscale: #8E8E8E. Windows color (decimal): -1414318 or 5401578. OLE color: 5401578.
HSL color Cylindrical-coordinate representation of color #EA6B52: hue angle of 9.87º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA6B52 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 82 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.08 |
| HSL | 9.87º | 0.78% | 0.62% | - |
| HSV(B) | 9.87º | 0.65% | 0.92% | - |
| XYZ | 40.71 | 28.62 | 11.36 | - |
| YUV | 142.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 82 | 0 | 0.54 | 0.65 | 0.08 | 9.87 | 0.78 | 0.62 |
| Hex | EA | 6B | 52 | 0 | 36 | 41 | 8 | A | 4E | 3E |
| Octal | 352 | 153 | 122 | 0 | 66 | 101 | 10 | 12 | 116 | 76 |
| Binary | 11101010 | 1101011 | 1010010 | 0 | 110110 | 1000001 | 1000 | 1010 | 1001110 | 111110 |
Color Harmonies of #EA6B52
Complementary color
Monochromatic Colors of #EA6B52
Black with #EA6B52
Text Example
Text Example
White with #EA6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B52; }
p { color: rgb(234,107,82); }
H1.HeaderClassName
{
color: #EA6B52;
}
.AnyTagClassName
{
color: #EA6B52;
}
</style>
background-color css
<style>
a { background-color: #EA6B52; }
a { background-color: rgb(234,107,82); }
div.DivClassName
{
background-color: #EA6B52;
}
.BgClassName
{
background-color: #EA6B52;
}
</style>
border-color css
<style>
span { border-color: #EA6B52; }
span { border-color: rgb(234,107,82); }
td.TdClassName
{
border-color: #EA6B52;
}
.TagClassName
{
border-color: #EA6B52;
}
</style>