Shades of Orange Red #EA4407
Tints of Orange Red #EA4407
RGB
CMYK
RGB Variations
Color information
#EA4407 (or 0xEA4407) is known color: Orange Red. HEX triplet: EA, 44 and 07. RGB value is (234,68,7). Sum of RGB (Red+Green+Blue) = 234+68+7=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4407 is #15BBF8. Grayscale: #6F6F6F. Windows color (decimal): -1424377 or 476394. OLE color: 476394.
HSL color Cylindrical-coordinate representation of color #EA4407: hue angle of 16.12º degrees, saturation: 0.94, 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 #EA4407 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.08 |
| HSL | 16.12º | 0.94% | 0.47% | - |
| HSV(B) | 16.12º | 0.97% | 0.92% | - |
| XYZ | 36.04 | 21.64 | 2.48 | - |
| YUV | 110.68 | 69.5 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 7 | 0 | 0.71 | 0.97 | 0.08 | 16.12 | 0.94 | 0.47 |
| Hex | EA | 44 | 7 | 0 | 47 | 61 | 8 | 10 | 5E | 2F |
| Octal | 352 | 104 | 7 | 0 | 107 | 141 | 10 | 20 | 136 | 57 |
| Binary | 11101010 | 1000100 | 111 | 0 | 1000111 | 1100001 | 1000 | 10000 | 1011110 | 101111 |
Color Harmonies of #EA4407
Complementary color
Monochromatic Colors of #EA4407
Black with #EA4407
Text Example
Text Example
White with #EA4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4407; }
p { color: rgb(234,68,7); }
H1.HeaderClassName
{
color: #EA4407;
}
.AnyTagClassName
{
color: #EA4407;
}
</style>
background-color css
<style>
a { background-color: #EA4407; }
a { background-color: rgb(234,68,7); }
div.DivClassName
{
background-color: #EA4407;
}
.BgClassName
{
background-color: #EA4407;
}
</style>
border-color css
<style>
span { border-color: #EA4407; }
span { border-color: rgb(234,68,7); }
td.TdClassName
{
border-color: #EA4407;
}
.TagClassName
{
border-color: #EA4407;
}
</style>