Shades of Orange Red #EA4201
Tints of Orange Red #EA4201
RGB
CMYK
RGB Variations
Color information
#EA4201 (or 0xEA4201) is known color: Orange Red. HEX triplet: EA, 42 and 01. RGB value is (234,66,1). Sum of RGB (Red+Green+Blue) = 234+66+1=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4201 is #15BDFE. Grayscale: #6D6D6D. Windows color (decimal): -1424895 or 82666. OLE color: 82666.
HSL color Cylindrical-coordinate representation of color #EA4201: hue angle of 16.74º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA4201 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.08 |
| HSL | 16.74º | 0.99% | 0.46% | - |
| HSV(B) | 16.74º | 1% | 0.92% | - |
| XYZ | 35.89 | 21.39 | 2.27 | - |
| YUV | 108.82 | 67.16 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 1 | 0 | 0.72 | 1.00 | 0.08 | 16.74 | 0.99 | 0.46 |
| Hex | EA | 42 | 1 | 0 | 48 | 64 | 8 | 11 | 63 | 2E |
| Octal | 352 | 102 | 1 | 0 | 110 | 144 | 10 | 21 | 143 | 56 |
| Binary | 11101010 | 1000010 | 1 | 0 | 1001000 | 1100100 | 1000 | 10001 | 1100011 | 101110 |
Color Harmonies of #EA4201
Complementary color
Monochromatic Colors of #EA4201
Black with #EA4201
Text Example
Text Example
White with #EA4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4201; }
p { color: rgb(234,66,1); }
H1.HeaderClassName
{
color: #EA4201;
}
.AnyTagClassName
{
color: #EA4201;
}
</style>
background-color css
<style>
a { background-color: #EA4201; }
a { background-color: rgb(234,66,1); }
div.DivClassName
{
background-color: #EA4201;
}
.BgClassName
{
background-color: #EA4201;
}
</style>
border-color css
<style>
span { border-color: #EA4201; }
span { border-color: rgb(234,66,1); }
td.TdClassName
{
border-color: #EA4201;
}
.TagClassName
{
border-color: #EA4201;
}
</style>