Shades of Tahiti Gold #E06C2E
Tints of Tahiti Gold #E06C2E
RGB
CMYK
RGB Variations
Color information
#E06C2E (or 0xE06C2E) is known color: Tahiti Gold. HEX triplet: E0, 6C and 2E. RGB value is (224,108,46). Sum of RGB (Red+Green+Blue) = 224+108+46=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C2E is #1F93D1. Grayscale: #878787. Windows color (decimal): -2069458 or 3042528. OLE color: 3042528.
HSL color Cylindrical-coordinate representation of color #E06C2E: hue angle of 20.9º 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 #E06C2E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 46 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.12 |
| HSL | 20.9º | 0.74% | 0.53% | - |
| HSV(B) | 20.9º | 0.79% | 0.88% | - |
| XYZ | 36.6 | 26.77 | 5.82 | - |
| YUV | 135.62 | 77.43 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 46 | 0 | 0.52 | 0.79 | 0.12 | 20.9 | 0.74 | 0.53 |
| Hex | E0 | 6C | 2E | 0 | 34 | 4F | C | 15 | 4A | 35 |
| Octal | 340 | 154 | 56 | 0 | 64 | 117 | 14 | 25 | 112 | 65 |
| Binary | 11100000 | 1101100 | 101110 | 0 | 110100 | 1001111 | 1100 | 10101 | 1001010 | 110101 |
Color Harmonies of #E06C2E
Complementary color
Monochromatic Colors of #E06C2E
Black with #E06C2E
Text Example
Text Example
White with #E06C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C2E; }
p { color: rgb(224,108,46); }
H1.HeaderClassName
{
color: #E06C2E;
}
.AnyTagClassName
{
color: #E06C2E;
}
</style>
background-color css
<style>
a { background-color: #E06C2E; }
a { background-color: rgb(224,108,46); }
div.DivClassName
{
background-color: #E06C2E;
}
.BgClassName
{
background-color: #E06C2E;
}
</style>
border-color css
<style>
span { border-color: #E06C2E; }
span { border-color: rgb(224,108,46); }
td.TdClassName
{
border-color: #E06C2E;
}
.TagClassName
{
border-color: #E06C2E;
}
</style>