Shades of Tangerine #EA8B09
Tints of Tangerine #EA8B09
RGB
CMYK
RGB Variations
Color information
#EA8B09 (or 0xEA8B09) is known color: Tangerine. HEX triplet: EA, 8B and 09. RGB value is (234,139,9). Sum of RGB (Red+Green+Blue) = 234+139+9=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8B09 is #1574F6. Grayscale: #999999. Windows color (decimal): -1406199 or 625642. OLE color: 625642.
HSL color Cylindrical-coordinate representation of color #EA8B09: hue angle of 34.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA8B09 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 9 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.08 |
| HSL | 34.67º | 0.93% | 0.48% | - |
| HSV(B) | 34.67º | 0.96% | 0.92% | - |
| XYZ | 43.21 | 35.98 | 4.93 | - |
| YUV | 152.59 | 46.97 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 9 | 0 | 0.41 | 0.96 | 0.08 | 34.67 | 0.93 | 0.48 |
| Hex | EA | 8B | 9 | 0 | 29 | 60 | 8 | 23 | 5D | 30 |
| Octal | 352 | 213 | 11 | 0 | 51 | 140 | 10 | 43 | 135 | 60 |
| Binary | 11101010 | 10001011 | 1001 | 0 | 101001 | 1100000 | 1000 | 100011 | 1011101 | 110000 |
Color Harmonies of #EA8B09
Complementary color
Monochromatic Colors of #EA8B09
Black with #EA8B09
Text Example
Text Example
White with #EA8B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B09; }
p { color: rgb(234,139,9); }
H1.HeaderClassName
{
color: #EA8B09;
}
.AnyTagClassName
{
color: #EA8B09;
}
</style>
background-color css
<style>
a { background-color: #EA8B09; }
a { background-color: rgb(234,139,9); }
div.DivClassName
{
background-color: #EA8B09;
}
.BgClassName
{
background-color: #EA8B09;
}
</style>
border-color css
<style>
span { border-color: #EA8B09; }
span { border-color: rgb(234,139,9); }
td.TdClassName
{
border-color: #EA8B09;
}
.TagClassName
{
border-color: #EA8B09;
}
</style>