Shades of Orange Red #EA4308
Tints of Orange Red #EA4308
RGB
CMYK
RGB Variations
Color information
#EA4308 (or 0xEA4308) is known color: Orange Red. HEX triplet: EA, 43 and 08. RGB value is (234,67,8). Sum of RGB (Red+Green+Blue) = 234+67+8=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4308 is #15BCF7. Grayscale: #6E6E6E. Windows color (decimal): -1424632 or 541674. OLE color: 541674.
HSL color Cylindrical-coordinate representation of color #EA4308: hue angle of 15.66º degrees, saturation: 0.93, 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 #EA4308 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 8 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.08 |
| HSL | 15.66º | 0.93% | 0.47% | - |
| HSV(B) | 15.66º | 0.97% | 0.92% | - |
| XYZ | 35.98 | 21.52 | 2.49 | - |
| YUV | 110.21 | 70.33 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 8 | 0 | 0.71 | 0.97 | 0.08 | 15.66 | 0.93 | 0.47 |
| Hex | EA | 43 | 8 | 0 | 47 | 61 | 8 | 10 | 5D | 2F |
| Octal | 352 | 103 | 10 | 0 | 107 | 141 | 10 | 20 | 135 | 57 |
| Binary | 11101010 | 1000011 | 1000 | 0 | 1000111 | 1100001 | 1000 | 10000 | 1011101 | 101111 |
Color Harmonies of #EA4308
Complementary color
Monochromatic Colors of #EA4308
Black with #EA4308
Text Example
Text Example
White with #EA4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4308; }
p { color: rgb(234,67,8); }
H1.HeaderClassName
{
color: #EA4308;
}
.AnyTagClassName
{
color: #EA4308;
}
</style>
background-color css
<style>
a { background-color: #EA4308; }
a { background-color: rgb(234,67,8); }
div.DivClassName
{
background-color: #EA4308;
}
.BgClassName
{
background-color: #EA4308;
}
</style>
border-color css
<style>
span { border-color: #EA4308; }
span { border-color: rgb(234,67,8); }
td.TdClassName
{
border-color: #EA4308;
}
.TagClassName
{
border-color: #EA4308;
}
</style>