Shades of Orange Red #EA440F
Tints of Orange Red #EA440F
RGB
CMYK
RGB Variations
Color information
#EA440F (or 0xEA440F) is known color: Orange Red. HEX triplet: EA, 44 and 0F. RGB value is (234,68,15). Sum of RGB (Red+Green+Blue) = 234+68+15=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA440F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA440F is #15BBF0. Grayscale: #6F6F6F. Windows color (decimal): -1424369 or 1000682. OLE color: 1000682.
HSL color Cylindrical-coordinate representation of color #EA440F: hue angle of 14.52º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA440F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.08 |
| HSL | 14.52º | 0.88% | 0.49% | - |
| HSV(B) | 14.52º | 0.94% | 0.92% | - |
| XYZ | 36.09 | 21.66 | 2.73 | - |
| YUV | 111.59 | 73.5 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 15 | 0 | 0.71 | 0.94 | 0.08 | 14.52 | 0.88 | 0.49 |
| Hex | EA | 44 | F | 0 | 47 | 5E | 8 | F | 58 | 31 |
| Octal | 352 | 104 | 17 | 0 | 107 | 136 | 10 | 17 | 130 | 61 |
| Binary | 11101010 | 1000100 | 1111 | 0 | 1000111 | 1011110 | 1000 | 1111 | 1011000 | 110001 |
Color Harmonies of #EA440F
Complementary color
Monochromatic Colors of #EA440F
Black with #EA440F
Text Example
Text Example
White with #EA440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA440F; }
p { color: rgb(234,68,15); }
H1.HeaderClassName
{
color: #EA440F;
}
.AnyTagClassName
{
color: #EA440F;
}
</style>
background-color css
<style>
a { background-color: #EA440F; }
a { background-color: rgb(234,68,15); }
div.DivClassName
{
background-color: #EA440F;
}
.BgClassName
{
background-color: #EA440F;
}
</style>
border-color css
<style>
span { border-color: #EA440F; }
span { border-color: rgb(234,68,15); }
td.TdClassName
{
border-color: #EA440F;
}
.TagClassName
{
border-color: #EA440F;
}
</style>