Shades of Orange Red #EA4405
Tints of Orange Red #EA4405
RGB
CMYK
RGB Variations
Color information
#EA4405 (or 0xEA4405) is known color: Orange Red. HEX triplet: EA, 44 and 05. RGB value is (234,68,5). Sum of RGB (Red+Green+Blue) = 234+68+5=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4405 is #15BBFA. Grayscale: #6E6E6E. Windows color (decimal): -1424379 or 345322. OLE color: 345322.
HSL color Cylindrical-coordinate representation of color #EA4405: hue angle of 16.51º degrees, saturation: 0.96, 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 #EA4405 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.08 |
| HSL | 16.51º | 0.96% | 0.47% | - |
| HSV(B) | 16.51º | 0.98% | 0.92% | - |
| XYZ | 36.03 | 21.64 | 2.42 | - |
| YUV | 110.45 | 68.5 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 5 | 0 | 0.71 | 0.98 | 0.08 | 16.51 | 0.96 | 0.47 |
| Hex | EA | 44 | 5 | 0 | 47 | 62 | 8 | 11 | 60 | 2F |
| Octal | 352 | 104 | 5 | 0 | 107 | 142 | 10 | 21 | 140 | 57 |
| Binary | 11101010 | 1000100 | 101 | 0 | 1000111 | 1100010 | 1000 | 10001 | 1100000 | 101111 |
Color Harmonies of #EA4405
Complementary color
Monochromatic Colors of #EA4405
Black with #EA4405
Text Example
Text Example
White with #EA4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4405; }
p { color: rgb(234,68,5); }
H1.HeaderClassName
{
color: #EA4405;
}
.AnyTagClassName
{
color: #EA4405;
}
</style>
background-color css
<style>
a { background-color: #EA4405; }
a { background-color: rgb(234,68,5); }
div.DivClassName
{
background-color: #EA4405;
}
.BgClassName
{
background-color: #EA4405;
}
</style>
border-color css
<style>
span { border-color: #EA4405; }
span { border-color: rgb(234,68,5); }
td.TdClassName
{
border-color: #EA4405;
}
.TagClassName
{
border-color: #EA4405;
}
</style>