Shades of Orange Red #EA430F
Tints of Orange Red #EA430F
RGB
CMYK
RGB Variations
Color information
#EA430F (or 0xEA430F) is known color: Orange Red. HEX triplet: EA, 43 and 0F. RGB value is (234,67,15). Sum of RGB (Red+Green+Blue) = 234+67+15=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA430F is #15BCF0. Grayscale: #6F6F6F. Windows color (decimal): -1424625 or 1000426. OLE color: 1000426.
HSL color Cylindrical-coordinate representation of color #EA430F: hue angle of 14.25º 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 #EA430F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.08 |
| HSL | 14.25º | 0.88% | 0.49% | - |
| HSV(B) | 14.25º | 0.94% | 0.92% | - |
| XYZ | 36.03 | 21.54 | 2.71 | - |
| YUV | 111.01 | 73.83 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 15 | 0 | 0.71 | 0.94 | 0.08 | 14.25 | 0.88 | 0.49 |
| Hex | EA | 43 | F | 0 | 47 | 5E | 8 | E | 58 | 31 |
| Octal | 352 | 103 | 17 | 0 | 107 | 136 | 10 | 16 | 130 | 61 |
| Binary | 11101010 | 1000011 | 1111 | 0 | 1000111 | 1011110 | 1000 | 1110 | 1011000 | 110001 |
Color Harmonies of #EA430F
Complementary color
Monochromatic Colors of #EA430F
Black with #EA430F
Text Example
Text Example
White with #EA430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA430F; }
p { color: rgb(234,67,15); }
H1.HeaderClassName
{
color: #EA430F;
}
.AnyTagClassName
{
color: #EA430F;
}
</style>
background-color css
<style>
a { background-color: #EA430F; }
a { background-color: rgb(234,67,15); }
div.DivClassName
{
background-color: #EA430F;
}
.BgClassName
{
background-color: #EA430F;
}
</style>
border-color css
<style>
span { border-color: #EA430F; }
span { border-color: rgb(234,67,15); }
td.TdClassName
{
border-color: #EA430F;
}
.TagClassName
{
border-color: #EA430F;
}
</style>