Shades of Outrageous Orange #EA5934
Tints of Outrageous Orange #EA5934
RGB
CMYK
RGB Variations
Color information
#EA5934 (or 0xEA5934) is known color: Outrageous Orange. HEX triplet: EA, 59 and 34. RGB value is (234,89,52). Sum of RGB (Red+Green+Blue) = 234+89+52=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5934 is #15A6CB. Grayscale: #808080. Windows color (decimal): -1418956 or 3430890. OLE color: 3430890.
HSL color Cylindrical-coordinate representation of color #EA5934: hue angle of 12.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA5934 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 52 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.08 |
| HSL | 12.2º | 0.81% | 0.56% | - |
| HSV(B) | 12.2º | 0.78% | 0.92% | - |
| XYZ | 38.12 | 24.89 | 6.04 | - |
| YUV | 128.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 52 | 0 | 0.62 | 0.78 | 0.08 | 12.2 | 0.81 | 0.56 |
| Hex | EA | 59 | 34 | 0 | 3E | 4E | 8 | C | 51 | 38 |
| Octal | 352 | 131 | 64 | 0 | 76 | 116 | 10 | 14 | 121 | 70 |
| Binary | 11101010 | 1011001 | 110100 | 0 | 111110 | 1001110 | 1000 | 1100 | 1010001 | 111000 |
Color Harmonies of #EA5934
Complementary color
Monochromatic Colors of #EA5934
Black with #EA5934
Text Example
Text Example
White with #EA5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5934; }
p { color: rgb(234,89,52); }
H1.HeaderClassName
{
color: #EA5934;
}
.AnyTagClassName
{
color: #EA5934;
}
</style>
background-color css
<style>
a { background-color: #EA5934; }
a { background-color: rgb(234,89,52); }
div.DivClassName
{
background-color: #EA5934;
}
.BgClassName
{
background-color: #EA5934;
}
</style>
border-color css
<style>
span { border-color: #EA5934; }
span { border-color: rgb(234,89,52); }
td.TdClassName
{
border-color: #EA5934;
}
.TagClassName
{
border-color: #EA5934;
}
</style>