Shades of Tangerine #EB9301
Tints of Tangerine #EB9301
RGB
CMYK
RGB Variations
Color information
#EB9301 (or 0xEB9301) is known color: Tangerine. HEX triplet: EB, 93 and 01. RGB value is (235,147,1). Sum of RGB (Red+Green+Blue) = 235+147+1=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9301 is #146CFE. Grayscale: #9D9D9D. Windows color (decimal): -1338623 or 103403. OLE color: 103403.
HSL color Cylindrical-coordinate representation of color #EB9301: hue angle of 37.44º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB9301 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 147 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.08 |
| HSL | 37.44º | 0.99% | 0.46% | - |
| HSV(B) | 37.44º | 1% | 0.92% | - |
| XYZ | 44.7 | 38.53 | 5.11 | - |
| YUV | 156.67 | 40.15 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 147 | 1 | 0 | 0.37 | 1.00 | 0.08 | 37.44 | 0.99 | 0.46 |
| Hex | EB | 93 | 1 | 0 | 25 | 64 | 8 | 25 | 63 | 2E |
| Octal | 353 | 223 | 1 | 0 | 45 | 144 | 10 | 45 | 143 | 56 |
| Binary | 11101011 | 10010011 | 1 | 0 | 100101 | 1100100 | 1000 | 100101 | 1100011 | 101110 |
Color Harmonies of #EB9301
Complementary color
Monochromatic Colors of #EB9301
Black with #EB9301
Text Example
Text Example
White with #EB9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9301; }
p { color: rgb(235,147,1); }
H1.HeaderClassName
{
color: #EB9301;
}
.AnyTagClassName
{
color: #EB9301;
}
</style>
background-color css
<style>
a { background-color: #EB9301; }
a { background-color: rgb(235,147,1); }
div.DivClassName
{
background-color: #EB9301;
}
.BgClassName
{
background-color: #EB9301;
}
</style>
border-color css
<style>
span { border-color: #EB9301; }
span { border-color: rgb(235,147,1); }
td.TdClassName
{
border-color: #EB9301;
}
.TagClassName
{
border-color: #EB9301;
}
</style>