Shades of Orange Red #EA3A08
Tints of Orange Red #EA3A08
RGB
CMYK
RGB Variations
Color information
#EA3A08 (or 0xEA3A08) is known color: Orange Red. HEX triplet: EA, 3A and 08. RGB value is (234,58,8). Sum of RGB (Red+Green+Blue) = 234+58+8=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A08 is #15C5F7. Grayscale: #696969. Windows color (decimal): -1426936 or 539370. OLE color: 539370.
HSL color Cylindrical-coordinate representation of color #EA3A08: hue angle of 13.27º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA3A08 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 8 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.08 |
| HSL | 13.27º | 0.93% | 0.47% | - |
| HSV(B) | 13.27º | 0.97% | 0.92% | - |
| XYZ | 35.49 | 20.54 | 2.32 | - |
| YUV | 104.92 | 73.31 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 8 | 0 | 0.75 | 0.97 | 0.08 | 13.27 | 0.93 | 0.47 |
| Hex | EA | 3A | 8 | 0 | 4B | 61 | 8 | D | 5D | 2F |
| Octal | 352 | 72 | 10 | 0 | 113 | 141 | 10 | 15 | 135 | 57 |
| Binary | 11101010 | 111010 | 1000 | 0 | 1001011 | 1100001 | 1000 | 1101 | 1011101 | 101111 |
Color Harmonies of #EA3A08
Complementary color
Monochromatic Colors of #EA3A08
Black with #EA3A08
Text Example
Text Example
White with #EA3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A08; }
p { color: rgb(234,58,8); }
H1.HeaderClassName
{
color: #EA3A08;
}
.AnyTagClassName
{
color: #EA3A08;
}
</style>
background-color css
<style>
a { background-color: #EA3A08; }
a { background-color: rgb(234,58,8); }
div.DivClassName
{
background-color: #EA3A08;
}
.BgClassName
{
background-color: #EA3A08;
}
</style>
border-color css
<style>
span { border-color: #EA3A08; }
span { border-color: rgb(234,58,8); }
td.TdClassName
{
border-color: #EA3A08;
}
.TagClassName
{
border-color: #EA3A08;
}
</style>