Shades of Tahiti Gold #E07816
Tints of Tahiti Gold #E07816
RGB
CMYK
RGB Variations
Color information
#E07816 (or 0xE07816) is known color: Tahiti Gold. HEX triplet: E0, 78 and 16. RGB value is (224,120,22). Sum of RGB (Red+Green+Blue) = 224+120+22=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E07816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07816 is #1F87E9. Grayscale: #8C8C8C. Windows color (decimal): -2066410 or 1472736. OLE color: 1472736.
HSL color Cylindrical-coordinate representation of color #E07816: hue angle of 29.11º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E07816 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.12 |
| HSL | 29.11º | 0.82% | 0.48% | - |
| HSV(B) | 29.11º | 0.9% | 0.88% | - |
| XYZ | 37.6 | 29.34 | 4.44 | - |
| YUV | 139.92 | 61.46 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 22 | 0 | 0.46 | 0.90 | 0.12 | 29.11 | 0.82 | 0.48 |
| Hex | E0 | 78 | 16 | 0 | 2E | 5A | C | 1D | 52 | 30 |
| Octal | 340 | 170 | 26 | 0 | 56 | 132 | 14 | 35 | 122 | 60 |
| Binary | 11100000 | 1111000 | 10110 | 0 | 101110 | 1011010 | 1100 | 11101 | 1010010 | 110000 |
Color Harmonies of #E07816
Complementary color
Monochromatic Colors of #E07816
Black with #E07816
Text Example
Text Example
White with #E07816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07816; }
p { color: rgb(224,120,22); }
H1.HeaderClassName
{
color: #E07816;
}
.AnyTagClassName
{
color: #E07816;
}
</style>
background-color css
<style>
a { background-color: #E07816; }
a { background-color: rgb(224,120,22); }
div.DivClassName
{
background-color: #E07816;
}
.BgClassName
{
background-color: #E07816;
}
</style>
border-color css
<style>
span { border-color: #E07816; }
span { border-color: rgb(224,120,22); }
td.TdClassName
{
border-color: #E07816;
}
.TagClassName
{
border-color: #E07816;
}
</style>