Shades of Orange Red #EA4304
Tints of Orange Red #EA4304
RGB
CMYK
RGB Variations
Color information
#EA4304 (or 0xEA4304) is known color: Orange Red. HEX triplet: EA, 43 and 04. RGB value is (234,67,4). Sum of RGB (Red+Green+Blue) = 234+67+4=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4304 is #15BCFB. Grayscale: #6E6E6E. Windows color (decimal): -1424636 or 279530. OLE color: 279530.
HSL color Cylindrical-coordinate representation of color #EA4304: hue angle of 16.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA4304 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.08 |
| HSL | 16.43º | 0.97% | 0.47% | - |
| HSV(B) | 16.43º | 0.98% | 0.92% | - |
| XYZ | 35.96 | 21.52 | 2.37 | - |
| YUV | 109.75 | 68.33 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 4 | 0 | 0.71 | 0.98 | 0.08 | 16.43 | 0.97 | 0.47 |
| Hex | EA | 43 | 4 | 0 | 47 | 62 | 8 | 10 | 61 | 2F |
| Octal | 352 | 103 | 4 | 0 | 107 | 142 | 10 | 20 | 141 | 57 |
| Binary | 11101010 | 1000011 | 100 | 0 | 1000111 | 1100010 | 1000 | 10000 | 1100001 | 101111 |
Color Harmonies of #EA4304
Complementary color
Monochromatic Colors of #EA4304
Black with #EA4304
Text Example
Text Example
White with #EA4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4304; }
p { color: rgb(234,67,4); }
H1.HeaderClassName
{
color: #EA4304;
}
.AnyTagClassName
{
color: #EA4304;
}
</style>
background-color css
<style>
a { background-color: #EA4304; }
a { background-color: rgb(234,67,4); }
div.DivClassName
{
background-color: #EA4304;
}
.BgClassName
{
background-color: #EA4304;
}
</style>
border-color css
<style>
span { border-color: #EA4304; }
span { border-color: rgb(234,67,4); }
td.TdClassName
{
border-color: #EA4304;
}
.TagClassName
{
border-color: #EA4304;
}
</style>