Shades of Tangerine #EE800B
Tints of Tangerine #EE800B
RGB
CMYK
RGB Variations
Color information
#EE800B (or 0xEE800B) is known color: Tangerine. HEX triplet: EE, 80 and 0B. RGB value is (238,128,11). Sum of RGB (Red+Green+Blue) = 238+128+11=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE800B is #117FF4. Grayscale: #949494. Windows color (decimal): -1146869 or 753902. OLE color: 753902.
HSL color Cylindrical-coordinate representation of color #EE800B: hue angle of 30.93º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE800B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.07 |
| HSL | 30.93º | 0.91% | 0.49% | - |
| HSV(B) | 30.93º | 0.95% | 0.93% | - |
| XYZ | 43.04 | 33.64 | 4.54 | - |
| YUV | 147.55 | 50.94 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 11 | 0 | 0.46 | 0.95 | 0.07 | 30.93 | 0.91 | 0.49 |
| Hex | EE | 80 | B | 0 | 2E | 5F | 7 | 1F | 5B | 31 |
| Octal | 356 | 200 | 13 | 0 | 56 | 137 | 7 | 37 | 133 | 61 |
| Binary | 11101110 | 10000000 | 1011 | 0 | 101110 | 1011111 | 111 | 11111 | 1011011 | 110001 |
Color Harmonies of #EE800B
Complementary color
Monochromatic Colors of #EE800B
Black with #EE800B
Text Example
Text Example
White with #EE800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE800B; }
p { color: rgb(238,128,11); }
H1.HeaderClassName
{
color: #EE800B;
}
.AnyTagClassName
{
color: #EE800B;
}
</style>
background-color css
<style>
a { background-color: #EE800B; }
a { background-color: rgb(238,128,11); }
div.DivClassName
{
background-color: #EE800B;
}
.BgClassName
{
background-color: #EE800B;
}
</style>
border-color css
<style>
span { border-color: #EE800B; }
span { border-color: rgb(238,128,11); }
td.TdClassName
{
border-color: #EE800B;
}
.TagClassName
{
border-color: #EE800B;
}
</style>