Shades of Orange Red #EA3A00
Tints of Orange Red #EA3A00
RGB
CMYK
RGB Variations
Color information
#EA3A00 (or 0xEA3A00) is known color: Orange Red. HEX triplet: EA, 3A and 00. RGB value is (234,58,0). Sum of RGB (Red+Green+Blue) = 234+58+0=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A00 is #15C5FF. Grayscale: #686868. Windows color (decimal): -1426944 or 15082. OLE color: 15082.
HSL color Cylindrical-coordinate representation of color #EA3A00: hue angle of 14.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA3A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.08 |
| HSL | 14.87º | 1% | 0.46% | - |
| HSV(B) | 14.87º | 1% | 0.92% | - |
| XYZ | 35.44 | 20.52 | 2.09 | - |
| YUV | 104.01 | 69.31 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 0 | 0 | 0.75 | 1 | 0.08 | 14.87 | 1 | 0.46 |
| Hex | EA | 3A | 0 | 0 | 4B | 64 | 8 | F | 64 | 2E |
| Octal | 352 | 72 | 0 | 0 | 113 | 144 | 10 | 17 | 144 | 56 |
| Binary | 11101010 | 111010 | 0 | 0 | 1001011 | 1100100 | 1000 | 1111 | 1100100 | 101110 |
Color Harmonies of #EA3A00
Complementary color
Monochromatic Colors of #EA3A00
Black with #EA3A00
Text Example
Text Example
White with #EA3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A00; }
p { color: rgb(234,58,0); }
H1.HeaderClassName
{
color: #EA3A00;
}
.AnyTagClassName
{
color: #EA3A00;
}
</style>
background-color css
<style>
a { background-color: #EA3A00; }
a { background-color: rgb(234,58,0); }
div.DivClassName
{
background-color: #EA3A00;
}
.BgClassName
{
background-color: #EA3A00;
}
</style>
border-color css
<style>
span { border-color: #EA3A00; }
span { border-color: rgb(234,58,0); }
td.TdClassName
{
border-color: #EA3A00;
}
.TagClassName
{
border-color: #EA3A00;
}
</style>