Shades of Tangerine #E58B06
Tints of Tangerine #E58B06
RGB
CMYK
RGB Variations
Color information
#E58B06 (or 0xE58B06) is known color: Tangerine. HEX triplet: E5, 8B and 06. RGB value is (229,139,6). Sum of RGB (Red+Green+Blue) = 229+139+6=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58B06 is #1A74F9. Grayscale: #979797. Windows color (decimal): -1733882 or 429029. OLE color: 429029.
HSL color Cylindrical-coordinate representation of color #E58B06: hue angle of 35.78º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E58B06 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 6 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.10 |
| HSL | 35.78º | 0.95% | 0.46% | - |
| HSV(B) | 35.78º | 0.97% | 0.9% | - |
| XYZ | 41.58 | 35.14 | 4.76 | - |
| YUV | 150.75 | 46.32 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 6 | 0 | 0.39 | 0.97 | 0.10 | 35.78 | 0.95 | 0.46 |
| Hex | E5 | 8B | 6 | 0 | 27 | 61 | A | 24 | 5F | 2E |
| Octal | 345 | 213 | 6 | 0 | 47 | 141 | 12 | 44 | 137 | 56 |
| Binary | 11100101 | 10001011 | 110 | 0 | 100111 | 1100001 | 1010 | 100100 | 1011111 | 101110 |
Color Harmonies of #E58B06
Complementary color
Monochromatic Colors of #E58B06
Black with #E58B06
Text Example
Text Example
White with #E58B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B06; }
p { color: rgb(229,139,6); }
H1.HeaderClassName
{
color: #E58B06;
}
.AnyTagClassName
{
color: #E58B06;
}
</style>
background-color css
<style>
a { background-color: #E58B06; }
a { background-color: rgb(229,139,6); }
div.DivClassName
{
background-color: #E58B06;
}
.BgClassName
{
background-color: #E58B06;
}
</style>
border-color css
<style>
span { border-color: #E58B06; }
span { border-color: rgb(229,139,6); }
td.TdClassName
{
border-color: #E58B06;
}
.TagClassName
{
border-color: #E58B06;
}
</style>