Shades of Outrageous Orange #EE5326
Tints of Outrageous Orange #EE5326
RGB
CMYK
RGB Variations
Color information
#EE5326 (or 0xEE5326) is known color: Outrageous Orange. HEX triplet: EE, 53 and 26. RGB value is (238,83,38). Sum of RGB (Red+Green+Blue) = 238+83+38=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5326 is #11ACD9. Grayscale: #7C7C7C. Windows color (decimal): -1158362 or 2511854. OLE color: 2511854.
HSL color Cylindrical-coordinate representation of color #EE5326: hue angle of 13.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE5326 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 38 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.07 |
| HSL | 13.5º | 0.85% | 0.54% | - |
| HSV(B) | 13.5º | 0.84% | 0.93% | - |
| XYZ | 38.7 | 24.5 | 4.52 | - |
| YUV | 124.22 | 79.35 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 38 | 0 | 0.65 | 0.84 | 0.07 | 13.5 | 0.85 | 0.54 |
| Hex | EE | 53 | 26 | 0 | 41 | 54 | 7 | E | 55 | 36 |
| Octal | 356 | 123 | 46 | 0 | 101 | 124 | 7 | 16 | 125 | 66 |
| Binary | 11101110 | 1010011 | 100110 | 0 | 1000001 | 1010100 | 111 | 1110 | 1010101 | 110110 |
Color Harmonies of #EE5326
Complementary color
Monochromatic Colors of #EE5326
Black with #EE5326
Text Example
Text Example
White with #EE5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5326; }
p { color: rgb(238,83,38); }
H1.HeaderClassName
{
color: #EE5326;
}
.AnyTagClassName
{
color: #EE5326;
}
</style>
background-color css
<style>
a { background-color: #EE5326; }
a { background-color: rgb(238,83,38); }
div.DivClassName
{
background-color: #EE5326;
}
.BgClassName
{
background-color: #EE5326;
}
</style>
border-color css
<style>
span { border-color: #EE5326; }
span { border-color: rgb(238,83,38); }
td.TdClassName
{
border-color: #EE5326;
}
.TagClassName
{
border-color: #EE5326;
}
</style>