Shades of Outrageous Orange #EE6430
Tints of Outrageous Orange #EE6430
RGB
CMYK
RGB Variations
Color information
#EE6430 (or 0xEE6430) is known color: Outrageous Orange. HEX triplet: EE, 64 and 30. RGB value is (238,100,48). Sum of RGB (Red+Green+Blue) = 238+100+48=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6430 is #119BCF. Grayscale: #878787. Windows color (decimal): -1154000 or 3171566. OLE color: 3171566.
HSL color Cylindrical-coordinate representation of color #EE6430: hue angle of 16.42º 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 #EE6430 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 48 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.07 |
| HSL | 16.42º | 0.85% | 0.56% | - |
| HSV(B) | 16.42º | 0.8% | 0.93% | - |
| XYZ | 40.35 | 27.5 | 5.98 | - |
| YUV | 135.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 48 | 0 | 0.58 | 0.80 | 0.07 | 16.42 | 0.85 | 0.56 |
| Hex | EE | 64 | 30 | 0 | 3A | 50 | 7 | 10 | 55 | 38 |
| Octal | 356 | 144 | 60 | 0 | 72 | 120 | 7 | 20 | 125 | 70 |
| Binary | 11101110 | 1100100 | 110000 | 0 | 111010 | 1010000 | 111 | 10000 | 1010101 | 111000 |
Color Harmonies of #EE6430
Complementary color
Monochromatic Colors of #EE6430
Black with #EE6430
Text Example
Text Example
White with #EE6430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6430; }
p { color: rgb(238,100,48); }
H1.HeaderClassName
{
color: #EE6430;
}
.AnyTagClassName
{
color: #EE6430;
}
</style>
background-color css
<style>
a { background-color: #EE6430; }
a { background-color: rgb(238,100,48); }
div.DivClassName
{
background-color: #EE6430;
}
.BgClassName
{
background-color: #EE6430;
}
</style>
border-color css
<style>
span { border-color: #EE6430; }
span { border-color: rgb(238,100,48); }
td.TdClassName
{
border-color: #EE6430;
}
.TagClassName
{
border-color: #EE6430;
}
</style>