Shades of Tahiti Gold #E06A2D
Tints of Tahiti Gold #E06A2D
RGB
CMYK
RGB Variations
Color information
#E06A2D (or 0xE06A2D) is known color: Tahiti Gold. HEX triplet: E0, 6A and 2D. RGB value is (224,106,45). Sum of RGB (Red+Green+Blue) = 224+106+45=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A2D is #1F95D2. Grayscale: #868686. Windows color (decimal): -2069971 or 2976480. OLE color: 2976480.
HSL color Cylindrical-coordinate representation of color #E06A2D: hue angle of 20.45º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E06A2D is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 45 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.12 |
| HSL | 20.45º | 0.74% | 0.53% | - |
| HSV(B) | 20.45º | 0.8% | 0.88% | - |
| XYZ | 36.37 | 26.34 | 5.65 | - |
| YUV | 134.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 45 | 0 | 0.53 | 0.80 | 0.12 | 20.45 | 0.74 | 0.53 |
| Hex | E0 | 6A | 2D | 0 | 35 | 50 | C | 14 | 4A | 35 |
| Octal | 340 | 152 | 55 | 0 | 65 | 120 | 14 | 24 | 112 | 65 |
| Binary | 11100000 | 1101010 | 101101 | 0 | 110101 | 1010000 | 1100 | 10100 | 1001010 | 110101 |
Color Harmonies of #E06A2D
Complementary color
Monochromatic Colors of #E06A2D
Black with #E06A2D
Text Example
Text Example
White with #E06A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A2D; }
p { color: rgb(224,106,45); }
H1.HeaderClassName
{
color: #E06A2D;
}
.AnyTagClassName
{
color: #E06A2D;
}
</style>
background-color css
<style>
a { background-color: #E06A2D; }
a { background-color: rgb(224,106,45); }
div.DivClassName
{
background-color: #E06A2D;
}
.BgClassName
{
background-color: #E06A2D;
}
</style>
border-color css
<style>
span { border-color: #E06A2D; }
span { border-color: rgb(224,106,45); }
td.TdClassName
{
border-color: #E06A2D;
}
.TagClassName
{
border-color: #E06A2D;
}
</style>