Shades of Burnt Sienna #EE6A56
Tints of Burnt Sienna #EE6A56
RGB
CMYK
RGB Variations
Color information
#EE6A56 (or 0xEE6A56) is known color: Burnt Sienna. HEX triplet: EE, 6A and 56. RGB value is (238,106,86). Sum of RGB (Red+Green+Blue) = 238+106+86=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A56 is #1195A9. Grayscale: #8F8F8F. Windows color (decimal): -1152426 or 5663470. OLE color: 5663470.
HSL color Cylindrical-coordinate representation of color #EE6A56: hue angle of 7.89º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE6A56 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 86 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.07 |
| HSL | 7.89º | 0.82% | 0.64% | - |
| HSV(B) | 7.89º | 0.64% | 0.93% | - |
| XYZ | 42.09 | 29.16 | 12.21 | - |
| YUV | 143.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 86 | 0 | 0.55 | 0.64 | 0.07 | 7.89 | 0.82 | 0.64 |
| Hex | EE | 6A | 56 | 0 | 37 | 40 | 7 | 8 | 52 | 40 |
| Octal | 356 | 152 | 126 | 0 | 67 | 100 | 7 | 10 | 122 | 100 |
| Binary | 11101110 | 1101010 | 1010110 | 0 | 110111 | 1000000 | 111 | 1000 | 1010010 | 1000000 |
Color Harmonies of #EE6A56
Complementary color
Monochromatic Colors of #EE6A56
Black with #EE6A56
Text Example
Text Example
White with #EE6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A56; }
p { color: rgb(238,106,86); }
H1.HeaderClassName
{
color: #EE6A56;
}
.AnyTagClassName
{
color: #EE6A56;
}
</style>
background-color css
<style>
a { background-color: #EE6A56; }
a { background-color: rgb(238,106,86); }
div.DivClassName
{
background-color: #EE6A56;
}
.BgClassName
{
background-color: #EE6A56;
}
</style>
border-color css
<style>
span { border-color: #EE6A56; }
span { border-color: rgb(238,106,86); }
td.TdClassName
{
border-color: #EE6A56;
}
.TagClassName
{
border-color: #EE6A56;
}
</style>