Shades of Outrageous Orange #EA5D3C
Tints of Outrageous Orange #EA5D3C
RGB
CMYK
RGB Variations
Color information
#EA5D3C (or 0xEA5D3C) is known color: Outrageous Orange. HEX triplet: EA, 5D and 3C. RGB value is (234,93,60). Sum of RGB (Red+Green+Blue) = 234+93+60=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D3C is #15A2C3. Grayscale: #838383. Windows color (decimal): -1417924 or 3956202. OLE color: 3956202.
HSL color Cylindrical-coordinate representation of color #EA5D3C: hue angle of 11.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA5D3C is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 60 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.08 |
| HSL | 11.38º | 0.81% | 0.58% | - |
| HSV(B) | 11.38º | 0.74% | 0.92% | - |
| XYZ | 38.66 | 25.65 | 7.19 | - |
| YUV | 131.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 60 | 0 | 0.60 | 0.74 | 0.08 | 11.38 | 0.81 | 0.58 |
| Hex | EA | 5D | 3C | 0 | 3C | 4A | 8 | B | 51 | 3A |
| Octal | 352 | 135 | 74 | 0 | 74 | 112 | 10 | 13 | 121 | 72 |
| Binary | 11101010 | 1011101 | 111100 | 0 | 111100 | 1001010 | 1000 | 1011 | 1010001 | 111010 |
Color Harmonies of #EA5D3C
Complementary color
Monochromatic Colors of #EA5D3C
Black with #EA5D3C
Text Example
Text Example
White with #EA5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D3C; }
p { color: rgb(234,93,60); }
H1.HeaderClassName
{
color: #EA5D3C;
}
.AnyTagClassName
{
color: #EA5D3C;
}
</style>
background-color css
<style>
a { background-color: #EA5D3C; }
a { background-color: rgb(234,93,60); }
div.DivClassName
{
background-color: #EA5D3C;
}
.BgClassName
{
background-color: #EA5D3C;
}
</style>
border-color css
<style>
span { border-color: #EA5D3C; }
span { border-color: rgb(234,93,60); }
td.TdClassName
{
border-color: #EA5D3C;
}
.TagClassName
{
border-color: #EA5D3C;
}
</style>