Shades of Tangerine #EE830F
Tints of Tangerine #EE830F
RGB
CMYK
RGB Variations
Color information
#EE830F (or 0xEE830F) is known color: Tangerine. HEX triplet: EE, 83 and 0F. RGB value is (238,131,15). Sum of RGB (Red+Green+Blue) = 238+131+15=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE830F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE830F is #117CF0. Grayscale: #969696. Windows color (decimal): -1146097 or 1016814. OLE color: 1016814.
HSL color Cylindrical-coordinate representation of color #EE830F: hue angle of 31.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE830F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.07 |
| HSL | 31.21º | 0.88% | 0.5% | - |
| HSV(B) | 31.21º | 0.94% | 0.93% | - |
| XYZ | 43.46 | 34.44 | 4.81 | - |
| YUV | 149.77 | 51.95 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 15 | 0 | 0.45 | 0.94 | 0.07 | 31.21 | 0.88 | 0.5 |
| Hex | EE | 83 | F | 0 | 2D | 5E | 7 | 1F | 58 | 32 |
| Octal | 356 | 203 | 17 | 0 | 55 | 136 | 7 | 37 | 130 | 62 |
| Binary | 11101110 | 10000011 | 1111 | 0 | 101101 | 1011110 | 111 | 11111 | 1011000 | 110010 |
Color Harmonies of #EE830F
Complementary color
Monochromatic Colors of #EE830F
Black with #EE830F
Text Example
Text Example
White with #EE830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE830F; }
p { color: rgb(238,131,15); }
H1.HeaderClassName
{
color: #EE830F;
}
.AnyTagClassName
{
color: #EE830F;
}
</style>
background-color css
<style>
a { background-color: #EE830F; }
a { background-color: rgb(238,131,15); }
div.DivClassName
{
background-color: #EE830F;
}
.BgClassName
{
background-color: #EE830F;
}
</style>
border-color css
<style>
span { border-color: #EE830F; }
span { border-color: rgb(238,131,15); }
td.TdClassName
{
border-color: #EE830F;
}
.TagClassName
{
border-color: #EE830F;
}
</style>