Shades of Burnt Orange #EE6D34
Tints of Burnt Orange #EE6D34
RGB
CMYK
RGB Variations
Color information
#EE6D34 (or 0xEE6D34) is known color: Burnt Orange. HEX triplet: EE, 6D and 34. RGB value is (238,109,52). Sum of RGB (Red+Green+Blue) = 238+109+52=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6D34 is #1192CB. Grayscale: #8D8D8D. Windows color (decimal): -1151692 or 3436014. OLE color: 3436014.
HSL color Cylindrical-coordinate representation of color #EE6D34: hue angle of 18.39º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE6D34 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 52 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.07 |
| HSL | 18.39º | 0.85% | 0.57% | - |
| HSV(B) | 18.39º | 0.78% | 0.93% | - |
| XYZ | 41.35 | 29.36 | 6.74 | - |
| YUV | 141.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 52 | 0 | 0.54 | 0.78 | 0.07 | 18.39 | 0.85 | 0.57 |
| Hex | EE | 6D | 34 | 0 | 36 | 4E | 7 | 12 | 55 | 39 |
| Octal | 356 | 155 | 64 | 0 | 66 | 116 | 7 | 22 | 125 | 71 |
| Binary | 11101110 | 1101101 | 110100 | 0 | 110110 | 1001110 | 111 | 10010 | 1010101 | 111001 |
Color Harmonies of #EE6D34
Complementary color
Monochromatic Colors of #EE6D34
Black with #EE6D34
Text Example
Text Example
White with #EE6D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D34; }
p { color: rgb(238,109,52); }
H1.HeaderClassName
{
color: #EE6D34;
}
.AnyTagClassName
{
color: #EE6D34;
}
</style>
background-color css
<style>
a { background-color: #EE6D34; }
a { background-color: rgb(238,109,52); }
div.DivClassName
{
background-color: #EE6D34;
}
.BgClassName
{
background-color: #EE6D34;
}
</style>
border-color css
<style>
span { border-color: #EE6D34; }
span { border-color: rgb(238,109,52); }
td.TdClassName
{
border-color: #EE6D34;
}
.TagClassName
{
border-color: #EE6D34;
}
</style>