Shades of Orange Red #EB4502
Tints of Orange Red #EB4502
RGB
CMYK
RGB Variations
Color information
#EB4502 (or 0xEB4502) is known color: Orange Red. HEX triplet: EB, 45 and 02. RGB value is (235,69,2). Sum of RGB (Red+Green+Blue) = 235+69+2=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4502 is #14BAFD. Grayscale: #6F6F6F. Windows color (decimal): -1358590 or 148971. OLE color: 148971.
HSL color Cylindrical-coordinate representation of color #EB4502: hue angle of 17.25º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB4502 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.08 |
| HSL | 17.25º | 0.98% | 0.46% | - |
| HSV(B) | 17.25º | 0.99% | 0.92% | - |
| XYZ | 36.4 | 21.92 | 2.37 | - |
| YUV | 111 | 66.5 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 2 | 0 | 0.71 | 0.99 | 0.08 | 17.25 | 0.98 | 0.46 |
| Hex | EB | 45 | 2 | 0 | 47 | 63 | 8 | 11 | 62 | 2E |
| Octal | 353 | 105 | 2 | 0 | 107 | 143 | 10 | 21 | 142 | 56 |
| Binary | 11101011 | 1000101 | 10 | 0 | 1000111 | 1100011 | 1000 | 10001 | 1100010 | 101110 |
Color Harmonies of #EB4502
Complementary color
Monochromatic Colors of #EB4502
Black with #EB4502
Text Example
Text Example
White with #EB4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4502; }
p { color: rgb(235,69,2); }
H1.HeaderClassName
{
color: #EB4502;
}
.AnyTagClassName
{
color: #EB4502;
}
</style>
background-color css
<style>
a { background-color: #EB4502; }
a { background-color: rgb(235,69,2); }
div.DivClassName
{
background-color: #EB4502;
}
.BgClassName
{
background-color: #EB4502;
}
</style>
border-color css
<style>
span { border-color: #EB4502; }
span { border-color: rgb(235,69,2); }
td.TdClassName
{
border-color: #EB4502;
}
.TagClassName
{
border-color: #EB4502;
}
</style>