Shades of Outrageous Orange #EE5F3E
Tints of Outrageous Orange #EE5F3E
RGB
CMYK
RGB Variations
Color information
#EE5F3E (or 0xEE5F3E) is known color: Outrageous Orange. HEX triplet: EE, 5F and 3E. RGB value is (238,95,62). Sum of RGB (Red+Green+Blue) = 238+95+62=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5F3E is #11A0C1. Grayscale: #868686. Windows color (decimal): -1155266 or 4087790. OLE color: 4087790.
HSL color Cylindrical-coordinate representation of color #EE5F3E: hue angle of 11.25º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE5F3E is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 62 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.07 |
| HSL | 11.25º | 0.84% | 0.59% | - |
| HSV(B) | 11.25º | 0.74% | 0.93% | - |
| XYZ | 40.22 | 26.71 | 7.59 | - |
| YUV | 134 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 62 | 0 | 0.60 | 0.74 | 0.07 | 11.25 | 0.84 | 0.59 |
| Hex | EE | 5F | 3E | 0 | 3C | 4A | 7 | B | 54 | 3B |
| Octal | 356 | 137 | 76 | 0 | 74 | 112 | 7 | 13 | 124 | 73 |
| Binary | 11101110 | 1011111 | 111110 | 0 | 111100 | 1001010 | 111 | 1011 | 1010100 | 111011 |
Color Harmonies of #EE5F3E
Complementary color
Monochromatic Colors of #EE5F3E
Black with #EE5F3E
Text Example
Text Example
White with #EE5F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5F3E; }
p { color: rgb(238,95,62); }
H1.HeaderClassName
{
color: #EE5F3E;
}
.AnyTagClassName
{
color: #EE5F3E;
}
</style>
background-color css
<style>
a { background-color: #EE5F3E; }
a { background-color: rgb(238,95,62); }
div.DivClassName
{
background-color: #EE5F3E;
}
.BgClassName
{
background-color: #EE5F3E;
}
</style>
border-color css
<style>
span { border-color: #EE5F3E; }
span { border-color: rgb(238,95,62); }
td.TdClassName
{
border-color: #EE5F3E;
}
.TagClassName
{
border-color: #EE5F3E;
}
</style>