Shades of Tahiti Gold #E06E2F
Tints of Tahiti Gold #E06E2F
RGB
CMYK
RGB Variations
Color information
#E06E2F (or 0xE06E2F) is known color: Tahiti Gold. HEX triplet: E0, 6E and 2F. RGB value is (224,110,47). Sum of RGB (Red+Green+Blue) = 224+110+47=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06E2F is #1F91D0. Grayscale: #898989. Windows color (decimal): -2068945 or 3108576. OLE color: 3108576.
HSL color Cylindrical-coordinate representation of color #E06E2F: hue angle of 21.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E06E2F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 47 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.12 |
| HSL | 21.36º | 0.74% | 0.53% | - |
| HSV(B) | 21.36º | 0.79% | 0.88% | - |
| XYZ | 36.83 | 27.2 | 6 | - |
| YUV | 136.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 47 | 0 | 0.51 | 0.79 | 0.12 | 21.36 | 0.74 | 0.53 |
| Hex | E0 | 6E | 2F | 0 | 33 | 4F | C | 15 | 4A | 35 |
| Octal | 340 | 156 | 57 | 0 | 63 | 117 | 14 | 25 | 112 | 65 |
| Binary | 11100000 | 1101110 | 101111 | 0 | 110011 | 1001111 | 1100 | 10101 | 1001010 | 110101 |
Color Harmonies of #E06E2F
Complementary color
Monochromatic Colors of #E06E2F
Black with #E06E2F
Text Example
Text Example
White with #E06E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E2F; }
p { color: rgb(224,110,47); }
H1.HeaderClassName
{
color: #E06E2F;
}
.AnyTagClassName
{
color: #E06E2F;
}
</style>
background-color css
<style>
a { background-color: #E06E2F; }
a { background-color: rgb(224,110,47); }
div.DivClassName
{
background-color: #E06E2F;
}
.BgClassName
{
background-color: #E06E2F;
}
</style>
border-color css
<style>
span { border-color: #E06E2F; }
span { border-color: rgb(224,110,47); }
td.TdClassName
{
border-color: #E06E2F;
}
.TagClassName
{
border-color: #E06E2F;
}
</style>