Shades of Outrageous Orange #EE643A
Tints of Outrageous Orange #EE643A
RGB
CMYK
RGB Variations
Color information
#EE643A (or 0xEE643A) is known color: Outrageous Orange. HEX triplet: EE, 64 and 3A. RGB value is (238,100,58). Sum of RGB (Red+Green+Blue) = 238+100+58=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE643A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE643A is #119BC5. Grayscale: #888888. Windows color (decimal): -1153990 or 3826926. OLE color: 3826926.
HSL color Cylindrical-coordinate representation of color #EE643A: hue angle of 14º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE643A is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 58 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.07 |
| HSL | 14º | 0.84% | 0.58% | - |
| HSV(B) | 14º | 0.76% | 0.93% | - |
| XYZ | 40.58 | 27.6 | 7.19 | - |
| YUV | 136.47 | 83.72 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 58 | 0 | 0.58 | 0.76 | 0.07 | 14 | 0.84 | 0.58 |
| Hex | EE | 64 | 3A | 0 | 3A | 4C | 7 | E | 54 | 3A |
| Octal | 356 | 144 | 72 | 0 | 72 | 114 | 7 | 16 | 124 | 72 |
| Binary | 11101110 | 1100100 | 111010 | 0 | 111010 | 1001100 | 111 | 1110 | 1010100 | 111010 |
Color Harmonies of #EE643A
Complementary color
Monochromatic Colors of #EE643A
Black with #EE643A
Text Example
Text Example
White with #EE643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE643A; }
p { color: rgb(238,100,58); }
H1.HeaderClassName
{
color: #EE643A;
}
.AnyTagClassName
{
color: #EE643A;
}
</style>
background-color css
<style>
a { background-color: #EE643A; }
a { background-color: rgb(238,100,58); }
div.DivClassName
{
background-color: #EE643A;
}
.BgClassName
{
background-color: #EE643A;
}
</style>
border-color css
<style>
span { border-color: #EE643A; }
span { border-color: rgb(238,100,58); }
td.TdClassName
{
border-color: #EE643A;
}
.TagClassName
{
border-color: #EE643A;
}
</style>