Shades of Tangerine #EA8A06
Tints of Tangerine #EA8A06
RGB
CMYK
RGB Variations
Color information
#EA8A06 (or 0xEA8A06) is known color: Tangerine. HEX triplet: EA, 8A and 06. RGB value is (234,138,6). Sum of RGB (Red+Green+Blue) = 234+138+6=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8A06 is #1575F9. Grayscale: #989898. Windows color (decimal): -1406458 or 428778. OLE color: 428778.
HSL color Cylindrical-coordinate representation of color #EA8A06: hue angle of 34.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA8A06 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 6 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.08 |
| HSL | 34.74º | 0.95% | 0.47% | - |
| HSV(B) | 34.74º | 0.97% | 0.92% | - |
| XYZ | 43.05 | 35.68 | 4.79 | - |
| YUV | 151.66 | 45.8 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 6 | 0 | 0.41 | 0.97 | 0.08 | 34.74 | 0.95 | 0.47 |
| Hex | EA | 8A | 6 | 0 | 29 | 61 | 8 | 23 | 5F | 2F |
| Octal | 352 | 212 | 6 | 0 | 51 | 141 | 10 | 43 | 137 | 57 |
| Binary | 11101010 | 10001010 | 110 | 0 | 101001 | 1100001 | 1000 | 100011 | 1011111 | 101111 |
Color Harmonies of #EA8A06
Complementary color
Monochromatic Colors of #EA8A06
Black with #EA8A06
Text Example
Text Example
White with #EA8A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A06; }
p { color: rgb(234,138,6); }
H1.HeaderClassName
{
color: #EA8A06;
}
.AnyTagClassName
{
color: #EA8A06;
}
</style>
background-color css
<style>
a { background-color: #EA8A06; }
a { background-color: rgb(234,138,6); }
div.DivClassName
{
background-color: #EA8A06;
}
.BgClassName
{
background-color: #EA8A06;
}
</style>
border-color css
<style>
span { border-color: #EA8A06; }
span { border-color: rgb(234,138,6); }
td.TdClassName
{
border-color: #EA8A06;
}
.TagClassName
{
border-color: #EA8A06;
}
</style>