Shades of Outrageous Orange #EE5430
Tints of Outrageous Orange #EE5430
RGB
CMYK
RGB Variations
Color information
#EE5430 (or 0xEE5430) is known color: Outrageous Orange. HEX triplet: EE, 54 and 30. RGB value is (238,84,48). Sum of RGB (Red+Green+Blue) = 238+84+48=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5430 is #11ABCF. Grayscale: #7E7E7E. Windows color (decimal): -1158096 or 3167470. OLE color: 3167470.
HSL color Cylindrical-coordinate representation of color #EE5430: hue angle of 11.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE5430 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 48 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.07 |
| HSL | 11.37º | 0.85% | 0.56% | - |
| HSV(B) | 11.37º | 0.8% | 0.93% | - |
| XYZ | 38.96 | 24.73 | 5.52 | - |
| YUV | 125.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 48 | 0 | 0.65 | 0.80 | 0.07 | 11.37 | 0.85 | 0.56 |
| Hex | EE | 54 | 30 | 0 | 41 | 50 | 7 | B | 55 | 38 |
| Octal | 356 | 124 | 60 | 0 | 101 | 120 | 7 | 13 | 125 | 70 |
| Binary | 11101110 | 1010100 | 110000 | 0 | 1000001 | 1010000 | 111 | 1011 | 1010101 | 111000 |
Color Harmonies of #EE5430
Complementary color
Monochromatic Colors of #EE5430
Black with #EE5430
Text Example
Text Example
White with #EE5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5430; }
p { color: rgb(238,84,48); }
H1.HeaderClassName
{
color: #EE5430;
}
.AnyTagClassName
{
color: #EE5430;
}
</style>
background-color css
<style>
a { background-color: #EE5430; }
a { background-color: rgb(238,84,48); }
div.DivClassName
{
background-color: #EE5430;
}
.BgClassName
{
background-color: #EE5430;
}
</style>
border-color css
<style>
span { border-color: #EE5430; }
span { border-color: rgb(238,84,48); }
td.TdClassName
{
border-color: #EE5430;
}
.TagClassName
{
border-color: #EE5430;
}
</style>