Shades of Tangerine #EB8800
Tints of Tangerine #EB8800
RGB
CMYK
RGB Variations
Color information
#EB8800 (or 0xEB8800) is known color: Tangerine. HEX triplet: EB, 88 and 00. RGB value is (235,136,0). Sum of RGB (Red+Green+Blue) = 235+136+0=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8800 is #1477FF. Grayscale: #969696. Windows color (decimal): -1341440 or 35051. OLE color: 35051.
HSL color Cylindrical-coordinate representation of color #EB8800: hue angle of 34.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB8800 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.08 |
| HSL | 34.72º | 1% | 0.46% | - |
| HSV(B) | 34.72º | 1% | 0.92% | - |
| XYZ | 43.07 | 35.27 | 4.54 | - |
| YUV | 150.1 | 43.3 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 0 | 0 | 0.42 | 1 | 0.08 | 34.72 | 1 | 0.46 |
| Hex | EB | 88 | 0 | 0 | 2A | 64 | 8 | 23 | 64 | 2E |
| Octal | 353 | 210 | 0 | 0 | 52 | 144 | 10 | 43 | 144 | 56 |
| Binary | 11101011 | 10001000 | 0 | 0 | 101010 | 1100100 | 1000 | 100011 | 1100100 | 101110 |
Color Harmonies of #EB8800
Complementary color
Monochromatic Colors of #EB8800
Black with #EB8800
Text Example
Text Example
White with #EB8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8800; }
p { color: rgb(235,136,0); }
H1.HeaderClassName
{
color: #EB8800;
}
.AnyTagClassName
{
color: #EB8800;
}
</style>
background-color css
<style>
a { background-color: #EB8800; }
a { background-color: rgb(235,136,0); }
div.DivClassName
{
background-color: #EB8800;
}
.BgClassName
{
background-color: #EB8800;
}
</style>
border-color css
<style>
span { border-color: #EB8800; }
span { border-color: rgb(235,136,0); }
td.TdClassName
{
border-color: #EB8800;
}
.TagClassName
{
border-color: #EB8800;
}
</style>