Shades of Burnt Orange #EE692B
Tints of Burnt Orange #EE692B
RGB
CMYK
RGB Variations
Color information
#EE692B (or 0xEE692B) is known color: Burnt Orange. HEX triplet: EE, 69 and 2B. RGB value is (238,105,43). Sum of RGB (Red+Green+Blue) = 238+105+43=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE692B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE692B is #1196D4. Grayscale: #8A8A8A. Windows color (decimal): -1152725 or 2845166. OLE color: 2845166.
HSL color Cylindrical-coordinate representation of color #EE692B: hue angle of 19.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE692B is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 43 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.07 |
| HSL | 19.08º | 0.85% | 0.55% | - |
| HSV(B) | 19.08º | 0.82% | 0.93% | - |
| XYZ | 40.75 | 28.45 | 5.63 | - |
| YUV | 137.7 | 74.56 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 43 | 0 | 0.56 | 0.82 | 0.07 | 19.08 | 0.85 | 0.55 |
| Hex | EE | 69 | 2B | 0 | 38 | 52 | 7 | 13 | 55 | 37 |
| Octal | 356 | 151 | 53 | 0 | 70 | 122 | 7 | 23 | 125 | 67 |
| Binary | 11101110 | 1101001 | 101011 | 0 | 111000 | 1010010 | 111 | 10011 | 1010101 | 110111 |
Color Harmonies of #EE692B
Complementary color
Monochromatic Colors of #EE692B
Black with #EE692B
Text Example
Text Example
White with #EE692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE692B; }
p { color: rgb(238,105,43); }
H1.HeaderClassName
{
color: #EE692B;
}
.AnyTagClassName
{
color: #EE692B;
}
</style>
background-color css
<style>
a { background-color: #EE692B; }
a { background-color: rgb(238,105,43); }
div.DivClassName
{
background-color: #EE692B;
}
.BgClassName
{
background-color: #EE692B;
}
</style>
border-color css
<style>
span { border-color: #EE692B; }
span { border-color: rgb(238,105,43); }
td.TdClassName
{
border-color: #EE692B;
}
.TagClassName
{
border-color: #EE692B;
}
</style>