Shades of Tangerine #EE8305
Tints of Tangerine #EE8305
RGB
CMYK
RGB Variations
Color information
#EE8305 (or 0xEE8305) is known color: Tangerine. HEX triplet: EE, 83 and 05. RGB value is (238,131,5). Sum of RGB (Red+Green+Blue) = 238+131+5=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8305 is #117CFA. Grayscale: #959595. Windows color (decimal): -1146107 or 361454. OLE color: 361454.
HSL color Cylindrical-coordinate representation of color #EE8305: hue angle of 32.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE8305 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.07 |
| HSL | 32.45º | 0.96% | 0.48% | - |
| HSV(B) | 32.45º | 0.98% | 0.93% | - |
| XYZ | 43.4 | 34.42 | 4.5 | - |
| YUV | 148.63 | 46.95 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 5 | 0 | 0.45 | 0.98 | 0.07 | 32.45 | 0.96 | 0.48 |
| Hex | EE | 83 | 5 | 0 | 2D | 62 | 7 | 20 | 60 | 30 |
| Octal | 356 | 203 | 5 | 0 | 55 | 142 | 7 | 40 | 140 | 60 |
| Binary | 11101110 | 10000011 | 101 | 0 | 101101 | 1100010 | 111 | 100000 | 1100000 | 110000 |
Color Harmonies of #EE8305
Complementary color
Monochromatic Colors of #EE8305
Black with #EE8305
Text Example
Text Example
White with #EE8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8305; }
p { color: rgb(238,131,5); }
H1.HeaderClassName
{
color: #EE8305;
}
.AnyTagClassName
{
color: #EE8305;
}
</style>
background-color css
<style>
a { background-color: #EE8305; }
a { background-color: rgb(238,131,5); }
div.DivClassName
{
background-color: #EE8305;
}
.BgClassName
{
background-color: #EE8305;
}
</style>
border-color css
<style>
span { border-color: #EE8305; }
span { border-color: rgb(238,131,5); }
td.TdClassName
{
border-color: #EE8305;
}
.TagClassName
{
border-color: #EE8305;
}
</style>