Shades of Outrageous Orange #EE563A
Tints of Outrageous Orange #EE563A
RGB
CMYK
RGB Variations
Color information
#EE563A (or 0xEE563A) is known color: Outrageous Orange. HEX triplet: EE, 56 and 3A. RGB value is (238,86,58). Sum of RGB (Red+Green+Blue) = 238+86+58=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE563A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE563A is #11A9C5. Grayscale: #808080. Windows color (decimal): -1157574 or 3823342. OLE color: 3823342.
HSL color Cylindrical-coordinate representation of color #EE563A: hue angle of 9.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE563A is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 58 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.07 |
| HSL | 9.33º | 0.84% | 0.58% | - |
| HSV(B) | 9.33º | 0.76% | 0.93% | - |
| XYZ | 39.35 | 25.14 | 6.78 | - |
| YUV | 128.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 58 | 0 | 0.64 | 0.76 | 0.07 | 9.33 | 0.84 | 0.58 |
| Hex | EE | 56 | 3A | 0 | 40 | 4C | 7 | 9 | 54 | 3A |
| Octal | 356 | 126 | 72 | 0 | 100 | 114 | 7 | 11 | 124 | 72 |
| Binary | 11101110 | 1010110 | 111010 | 0 | 1000000 | 1001100 | 111 | 1001 | 1010100 | 111010 |
Color Harmonies of #EE563A
Complementary color
Monochromatic Colors of #EE563A
Black with #EE563A
Text Example
Text Example
White with #EE563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE563A; }
p { color: rgb(238,86,58); }
H1.HeaderClassName
{
color: #EE563A;
}
.AnyTagClassName
{
color: #EE563A;
}
</style>
background-color css
<style>
a { background-color: #EE563A; }
a { background-color: rgb(238,86,58); }
div.DivClassName
{
background-color: #EE563A;
}
.BgClassName
{
background-color: #EE563A;
}
</style>
border-color css
<style>
span { border-color: #EE563A; }
span { border-color: rgb(238,86,58); }
td.TdClassName
{
border-color: #EE563A;
}
.TagClassName
{
border-color: #EE563A;
}
</style>