Shades of Outrageous Orange #EE542A
Tints of Outrageous Orange #EE542A
RGB
CMYK
RGB Variations
Color information
#EE542A (or 0xEE542A) is known color: Outrageous Orange. HEX triplet: EE, 54 and 2A. RGB value is (238,84,42). Sum of RGB (Red+Green+Blue) = 238+84+42=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE542A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE542A is #11ABD5. Grayscale: #7D7D7D. Windows color (decimal): -1158102 or 2774254. OLE color: 2774254.
HSL color Cylindrical-coordinate representation of color #EE542A: hue angle of 12.86º 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 #EE542A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 42 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.07 |
| HSL | 12.86º | 0.85% | 0.55% | - |
| HSV(B) | 12.86º | 0.82% | 0.93% | - |
| XYZ | 38.85 | 24.68 | 4.91 | - |
| YUV | 125.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 42 | 0 | 0.65 | 0.82 | 0.07 | 12.86 | 0.85 | 0.55 |
| Hex | EE | 54 | 2A | 0 | 41 | 52 | 7 | D | 55 | 37 |
| Octal | 356 | 124 | 52 | 0 | 101 | 122 | 7 | 15 | 125 | 67 |
| Binary | 11101110 | 1010100 | 101010 | 0 | 1000001 | 1010010 | 111 | 1101 | 1010101 | 110111 |
Color Harmonies of #EE542A
Complementary color
Monochromatic Colors of #EE542A
Black with #EE542A
Text Example
Text Example
White with #EE542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE542A; }
p { color: rgb(238,84,42); }
H1.HeaderClassName
{
color: #EE542A;
}
.AnyTagClassName
{
color: #EE542A;
}
</style>
background-color css
<style>
a { background-color: #EE542A; }
a { background-color: rgb(238,84,42); }
div.DivClassName
{
background-color: #EE542A;
}
.BgClassName
{
background-color: #EE542A;
}
</style>
border-color css
<style>
span { border-color: #EE542A; }
span { border-color: rgb(238,84,42); }
td.TdClassName
{
border-color: #EE542A;
}
.TagClassName
{
border-color: #EE542A;
}
</style>