Shades of Tangerine #EB8502
Tints of Tangerine #EB8502
RGB
CMYK
RGB Variations
Color information
#EB8502 (or 0xEB8502) is known color: Tangerine. HEX triplet: EB, 85 and 02. RGB value is (235,133,2). Sum of RGB (Red+Green+Blue) = 235+133+2=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8502 is #147AFD. Grayscale: #959595. Windows color (decimal): -1342206 or 165355. OLE color: 165355.
HSL color Cylindrical-coordinate representation of color #EB8502: hue angle of 33.73º 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 #EB8502 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.08 |
| HSL | 33.73º | 0.98% | 0.46% | - |
| HSV(B) | 33.73º | 0.99% | 0.92% | - |
| XYZ | 42.66 | 34.44 | 4.46 | - |
| YUV | 148.56 | 45.29 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 2 | 0 | 0.43 | 0.99 | 0.08 | 33.73 | 0.98 | 0.46 |
| Hex | EB | 85 | 2 | 0 | 2B | 63 | 8 | 22 | 62 | 2E |
| Octal | 353 | 205 | 2 | 0 | 53 | 143 | 10 | 42 | 142 | 56 |
| Binary | 11101011 | 10000101 | 10 | 0 | 101011 | 1100011 | 1000 | 100010 | 1100010 | 101110 |
Color Harmonies of #EB8502
Complementary color
Monochromatic Colors of #EB8502
Black with #EB8502
Text Example
Text Example
White with #EB8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8502; }
p { color: rgb(235,133,2); }
H1.HeaderClassName
{
color: #EB8502;
}
.AnyTagClassName
{
color: #EB8502;
}
</style>
background-color css
<style>
a { background-color: #EB8502; }
a { background-color: rgb(235,133,2); }
div.DivClassName
{
background-color: #EB8502;
}
.BgClassName
{
background-color: #EB8502;
}
</style>
border-color css
<style>
span { border-color: #EB8502; }
span { border-color: rgb(235,133,2); }
td.TdClassName
{
border-color: #EB8502;
}
.TagClassName
{
border-color: #EB8502;
}
</style>