Shades of Orange Red #EA440B
Tints of Orange Red #EA440B
RGB
CMYK
RGB Variations
Color information
#EA440B (or 0xEA440B) is known color: Orange Red. HEX triplet: EA, 44 and 0B. RGB value is (234,68,11). Sum of RGB (Red+Green+Blue) = 234+68+11=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA440B is #15BBF4. Grayscale: #6F6F6F. Windows color (decimal): -1424373 or 738538. OLE color: 738538.
HSL color Cylindrical-coordinate representation of color #EA440B: hue angle of 15.34º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA440B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.08 |
| HSL | 15.34º | 0.91% | 0.48% | - |
| HSV(B) | 15.34º | 0.95% | 0.92% | - |
| XYZ | 36.06 | 21.65 | 2.6 | - |
| YUV | 111.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 11 | 0 | 0.71 | 0.95 | 0.08 | 15.34 | 0.91 | 0.48 |
| Hex | EA | 44 | B | 0 | 47 | 5F | 8 | F | 5B | 30 |
| Octal | 352 | 104 | 13 | 0 | 107 | 137 | 10 | 17 | 133 | 60 |
| Binary | 11101010 | 1000100 | 1011 | 0 | 1000111 | 1011111 | 1000 | 1111 | 1011011 | 110000 |
Color Harmonies of #EA440B
Complementary color
Monochromatic Colors of #EA440B
Black with #EA440B
Text Example
Text Example
White with #EA440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA440B; }
p { color: rgb(234,68,11); }
H1.HeaderClassName
{
color: #EA440B;
}
.AnyTagClassName
{
color: #EA440B;
}
</style>
background-color css
<style>
a { background-color: #EA440B; }
a { background-color: rgb(234,68,11); }
div.DivClassName
{
background-color: #EA440B;
}
.BgClassName
{
background-color: #EA440B;
}
</style>
border-color css
<style>
span { border-color: #EA440B; }
span { border-color: rgb(234,68,11); }
td.TdClassName
{
border-color: #EA440B;
}
.TagClassName
{
border-color: #EA440B;
}
</style>