Shades of Orange Red #EB400A
Tints of Orange Red #EB400A
RGB
CMYK
RGB Variations
Color information
#EB400A (or 0xEB400A) is known color: Orange Red. HEX triplet: EB, 40 and 0A. RGB value is (235,64,10). Sum of RGB (Red+Green+Blue) = 235+64+10=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB400A is #14BFF5. Grayscale: #6D6D6D. Windows color (decimal): -1359862 or 671979. OLE color: 671979.
HSL color Cylindrical-coordinate representation of color #EB400A: hue angle of 14.4º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB400A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.08 |
| HSL | 14.4º | 0.92% | 0.48% | - |
| HSV(B) | 14.4º | 0.96% | 0.92% | - |
| XYZ | 36.15 | 21.35 | 2.5 | - |
| YUV | 108.97 | 72.15 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 10 | 0 | 0.73 | 0.96 | 0.08 | 14.4 | 0.92 | 0.48 |
| Hex | EB | 40 | A | 0 | 49 | 60 | 8 | E | 5C | 30 |
| Octal | 353 | 100 | 12 | 0 | 111 | 140 | 10 | 16 | 134 | 60 |
| Binary | 11101011 | 1000000 | 1010 | 0 | 1001001 | 1100000 | 1000 | 1110 | 1011100 | 110000 |
Color Harmonies of #EB400A
Complementary color
Monochromatic Colors of #EB400A
Black with #EB400A
Text Example
Text Example
White with #EB400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB400A; }
p { color: rgb(235,64,10); }
H1.HeaderClassName
{
color: #EB400A;
}
.AnyTagClassName
{
color: #EB400A;
}
</style>
background-color css
<style>
a { background-color: #EB400A; }
a { background-color: rgb(235,64,10); }
div.DivClassName
{
background-color: #EB400A;
}
.BgClassName
{
background-color: #EB400A;
}
</style>
border-color css
<style>
span { border-color: #EB400A; }
span { border-color: rgb(235,64,10); }
td.TdClassName
{
border-color: #EB400A;
}
.TagClassName
{
border-color: #EB400A;
}
</style>