Shades of Outrageous Orange #EA5734
Tints of Outrageous Orange #EA5734
RGB
CMYK
RGB Variations
Color information
#EA5734 (or 0xEA5734) is known color: Outrageous Orange. HEX triplet: EA, 57 and 34. RGB value is (234,87,52). Sum of RGB (Red+Green+Blue) = 234+87+52=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5734 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5734 is #15A8CB. Grayscale: #7F7F7F. Windows color (decimal): -1419468 or 3430378. OLE color: 3430378.
HSL color Cylindrical-coordinate representation of color #EA5734: hue angle of 11.54º 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 #EA5734 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 52 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.08 |
| HSL | 11.54º | 0.81% | 0.56% | - |
| HSV(B) | 11.54º | 0.78% | 0.92% | - |
| XYZ | 37.96 | 24.56 | 5.99 | - |
| YUV | 126.96 | 85.7 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 52 | 0 | 0.63 | 0.78 | 0.08 | 11.54 | 0.81 | 0.56 |
| Hex | EA | 57 | 34 | 0 | 3F | 4E | 8 | C | 51 | 38 |
| Octal | 352 | 127 | 64 | 0 | 77 | 116 | 10 | 14 | 121 | 70 |
| Binary | 11101010 | 1010111 | 110100 | 0 | 111111 | 1001110 | 1000 | 1100 | 1010001 | 111000 |
Color Harmonies of #EA5734
Complementary color
Monochromatic Colors of #EA5734
Black with #EA5734
Text Example
Text Example
White with #EA5734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5734; }
p { color: rgb(234,87,52); }
H1.HeaderClassName
{
color: #EA5734;
}
.AnyTagClassName
{
color: #EA5734;
}
</style>
background-color css
<style>
a { background-color: #EA5734; }
a { background-color: rgb(234,87,52); }
div.DivClassName
{
background-color: #EA5734;
}
.BgClassName
{
background-color: #EA5734;
}
</style>
border-color css
<style>
span { border-color: #EA5734; }
span { border-color: rgb(234,87,52); }
td.TdClassName
{
border-color: #EA5734;
}
.TagClassName
{
border-color: #EA5734;
}
</style>