Shades of Outrageous Orange #EA5A28
Tints of Outrageous Orange #EA5A28
RGB
CMYK
RGB Variations
Color information
#EA5A28 (or 0xEA5A28) is known color: Outrageous Orange. HEX triplet: EA, 5A and 28. RGB value is (234,90,40). Sum of RGB (Red+Green+Blue) = 234+90+40=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A28 is #15A5D7. Grayscale: #7F7F7F. Windows color (decimal): -1418712 or 2644714. OLE color: 2644714.
HSL color Cylindrical-coordinate representation of color #EA5A28: hue angle of 15.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA5A28 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 40 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.08 |
| HSL | 15.46º | 0.82% | 0.54% | - |
| HSV(B) | 15.46º | 0.83% | 0.92% | - |
| XYZ | 37.97 | 24.96 | 4.82 | - |
| YUV | 127.36 | 78.71 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 40 | 0 | 0.62 | 0.83 | 0.08 | 15.46 | 0.82 | 0.54 |
| Hex | EA | 5A | 28 | 0 | 3E | 53 | 8 | F | 52 | 36 |
| Octal | 352 | 132 | 50 | 0 | 76 | 123 | 10 | 17 | 122 | 66 |
| Binary | 11101010 | 1011010 | 101000 | 0 | 111110 | 1010011 | 1000 | 1111 | 1010010 | 110110 |
Color Harmonies of #EA5A28
Complementary color
Monochromatic Colors of #EA5A28
Black with #EA5A28
Text Example
Text Example
White with #EA5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5A28; }
p { color: rgb(234,90,40); }
H1.HeaderClassName
{
color: #EA5A28;
}
.AnyTagClassName
{
color: #EA5A28;
}
</style>
background-color css
<style>
a { background-color: #EA5A28; }
a { background-color: rgb(234,90,40); }
div.DivClassName
{
background-color: #EA5A28;
}
.BgClassName
{
background-color: #EA5A28;
}
</style>
border-color css
<style>
span { border-color: #EA5A28; }
span { border-color: rgb(234,90,40); }
td.TdClassName
{
border-color: #EA5A28;
}
.TagClassName
{
border-color: #EA5A28;
}
</style>