Shades of Burnt Sienna #EE7450
Tints of Burnt Sienna #EE7450
RGB
CMYK
RGB Variations
Color information
#EE7450 (or 0xEE7450) is known color: Burnt Sienna. HEX triplet: EE, 74 and 50. RGB value is (238,116,80). Sum of RGB (Red+Green+Blue) = 238+116+80=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7450 is #118BAF. Grayscale: #949494. Windows color (decimal): -1149872 or 5272814. OLE color: 5272814.
HSL color Cylindrical-coordinate representation of color #EE7450: hue angle of 13.67º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE7450 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 80 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.07 |
| HSL | 13.67º | 0.82% | 0.62% | - |
| HSV(B) | 13.67º | 0.66% | 0.93% | - |
| XYZ | 42.95 | 31.25 | 11.36 | - |
| YUV | 148.37 | 89.42 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 80 | 0 | 0.51 | 0.66 | 0.07 | 13.67 | 0.82 | 0.62 |
| Hex | EE | 74 | 50 | 0 | 33 | 42 | 7 | E | 52 | 3E |
| Octal | 356 | 164 | 120 | 0 | 63 | 102 | 7 | 16 | 122 | 76 |
| Binary | 11101110 | 1110100 | 1010000 | 0 | 110011 | 1000010 | 111 | 1110 | 1010010 | 111110 |
Color Harmonies of #EE7450
Complementary color
Monochromatic Colors of #EE7450
Black with #EE7450
Text Example
Text Example
White with #EE7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7450; }
p { color: rgb(238,116,80); }
H1.HeaderClassName
{
color: #EE7450;
}
.AnyTagClassName
{
color: #EE7450;
}
</style>
background-color css
<style>
a { background-color: #EE7450; }
a { background-color: rgb(238,116,80); }
div.DivClassName
{
background-color: #EE7450;
}
.BgClassName
{
background-color: #EE7450;
}
</style>
border-color css
<style>
span { border-color: #EE7450; }
span { border-color: rgb(238,116,80); }
td.TdClassName
{
border-color: #EE7450;
}
.TagClassName
{
border-color: #EE7450;
}
</style>