Shades of Tahiti Gold #E07A2F
Tints of Tahiti Gold #E07A2F
RGB
CMYK
RGB Variations
Color information
#E07A2F (or 0xE07A2F) is known color: Tahiti Gold. HEX triplet: E0, 7A and 2F. RGB value is (224,122,47). Sum of RGB (Red+Green+Blue) = 224+122+47=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A2F is #1F85D0. Grayscale: #909090. Windows color (decimal): -2065873 or 3111648. OLE color: 3111648.
HSL color Cylindrical-coordinate representation of color #E07A2F: hue angle of 25.42º 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 #E07A2F is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 47 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.12 |
| HSL | 25.42º | 0.74% | 0.53% | - |
| HSV(B) | 25.42º | 0.79% | 0.88% | - |
| XYZ | 38.21 | 29.97 | 6.46 | - |
| YUV | 143.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 47 | 0 | 0.46 | 0.79 | 0.12 | 25.42 | 0.74 | 0.53 |
| Hex | E0 | 7A | 2F | 0 | 2E | 4F | C | 19 | 4A | 35 |
| Octal | 340 | 172 | 57 | 0 | 56 | 117 | 14 | 31 | 112 | 65 |
| Binary | 11100000 | 1111010 | 101111 | 0 | 101110 | 1001111 | 1100 | 11001 | 1001010 | 110101 |
Color Harmonies of #E07A2F
Complementary color
Monochromatic Colors of #E07A2F
Black with #E07A2F
Text Example
Text Example
White with #E07A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A2F; }
p { color: rgb(224,122,47); }
H1.HeaderClassName
{
color: #E07A2F;
}
.AnyTagClassName
{
color: #E07A2F;
}
</style>
background-color css
<style>
a { background-color: #E07A2F; }
a { background-color: rgb(224,122,47); }
div.DivClassName
{
background-color: #E07A2F;
}
.BgClassName
{
background-color: #E07A2F;
}
</style>
border-color css
<style>
span { border-color: #E07A2F; }
span { border-color: rgb(224,122,47); }
td.TdClassName
{
border-color: #E07A2F;
}
.TagClassName
{
border-color: #E07A2F;
}
</style>