Shades of Outrageous Orange #EA5622
Tints of Outrageous Orange #EA5622
RGB
CMYK
RGB Variations
Color information
#EA5622 (or 0xEA5622) is known color: Outrageous Orange. HEX triplet: EA, 56 and 22. RGB value is (234,86,34). Sum of RGB (Red+Green+Blue) = 234+86+34=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5622 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5622 is #15A9DD. Grayscale: #7C7C7C. Windows color (decimal): -1419742 or 2250474. OLE color: 2250474.
HSL color Cylindrical-coordinate representation of color #EA5622: hue angle of 15.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA5622 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 34 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.08 |
| HSL | 15.6º | 0.83% | 0.53% | - |
| HSV(B) | 15.6º | 0.85% | 0.92% | - |
| XYZ | 37.55 | 24.26 | 4.22 | - |
| YUV | 124.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 34 | 0 | 0.63 | 0.85 | 0.08 | 15.6 | 0.83 | 0.53 |
| Hex | EA | 56 | 22 | 0 | 3F | 55 | 8 | 10 | 53 | 35 |
| Octal | 352 | 126 | 42 | 0 | 77 | 125 | 10 | 20 | 123 | 65 |
| Binary | 11101010 | 1010110 | 100010 | 0 | 111111 | 1010101 | 1000 | 10000 | 1010011 | 110101 |
Color Harmonies of #EA5622
Complementary color
Monochromatic Colors of #EA5622
Black with #EA5622
Text Example
Text Example
White with #EA5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5622; }
p { color: rgb(234,86,34); }
H1.HeaderClassName
{
color: #EA5622;
}
.AnyTagClassName
{
color: #EA5622;
}
</style>
background-color css
<style>
a { background-color: #EA5622; }
a { background-color: rgb(234,86,34); }
div.DivClassName
{
background-color: #EA5622;
}
.BgClassName
{
background-color: #EA5622;
}
</style>
border-color css
<style>
span { border-color: #EA5622; }
span { border-color: rgb(234,86,34); }
td.TdClassName
{
border-color: #EA5622;
}
.TagClassName
{
border-color: #EA5622;
}
</style>