Shades of Outrageous Orange #EE6130
Tints of Outrageous Orange #EE6130
RGB
CMYK
RGB Variations
Color information
#EE6130 (or 0xEE6130) is known color: Outrageous Orange. HEX triplet: EE, 61 and 30. RGB value is (238,97,48). Sum of RGB (Red+Green+Blue) = 238+97+48=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6130 is #119ECF. Grayscale: #858585. Windows color (decimal): -1154768 or 3170798. OLE color: 3170798.
HSL color Cylindrical-coordinate representation of color #EE6130: hue angle of 15.47º 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 #EE6130 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 48 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.07 |
| HSL | 15.47º | 0.85% | 0.56% | - |
| HSV(B) | 15.47º | 0.8% | 0.93% | - |
| XYZ | 40.07 | 26.94 | 5.88 | - |
| YUV | 133.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 48 | 0 | 0.59 | 0.80 | 0.07 | 15.47 | 0.85 | 0.56 |
| Hex | EE | 61 | 30 | 0 | 3B | 50 | 7 | F | 55 | 38 |
| Octal | 356 | 141 | 60 | 0 | 73 | 120 | 7 | 17 | 125 | 70 |
| Binary | 11101110 | 1100001 | 110000 | 0 | 111011 | 1010000 | 111 | 1111 | 1010101 | 111000 |
Color Harmonies of #EE6130
Complementary color
Monochromatic Colors of #EE6130
Black with #EE6130
Text Example
Text Example
White with #EE6130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6130; }
p { color: rgb(238,97,48); }
H1.HeaderClassName
{
color: #EE6130;
}
.AnyTagClassName
{
color: #EE6130;
}
</style>
background-color css
<style>
a { background-color: #EE6130; }
a { background-color: rgb(238,97,48); }
div.DivClassName
{
background-color: #EE6130;
}
.BgClassName
{
background-color: #EE6130;
}
</style>
border-color css
<style>
span { border-color: #EE6130; }
span { border-color: rgb(238,97,48); }
td.TdClassName
{
border-color: #EE6130;
}
.TagClassName
{
border-color: #EE6130;
}
</style>