Shades of Tahiti Gold #E07027
Tints of Tahiti Gold #E07027
RGB
CMYK
RGB Variations
Color information
#E07027 (or 0xE07027) is known color: Tahiti Gold. HEX triplet: E0, 70 and 27. RGB value is (224,112,39). Sum of RGB (Red+Green+Blue) = 224+112+39=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E07027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07027 is #1F8FD8. Grayscale: #898989. Windows color (decimal): -2068441 or 2584800. OLE color: 2584800.
HSL color Cylindrical-coordinate representation of color #E07027: hue angle of 23.68º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E07027 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 39 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.12 |
| HSL | 23.68º | 0.75% | 0.52% | - |
| HSV(B) | 23.68º | 0.83% | 0.88% | - |
| XYZ | 36.9 | 27.58 | 5.3 | - |
| YUV | 137.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 39 | 0 | 0.50 | 0.83 | 0.12 | 23.68 | 0.75 | 0.52 |
| Hex | E0 | 70 | 27 | 0 | 32 | 53 | C | 18 | 4B | 34 |
| Octal | 340 | 160 | 47 | 0 | 62 | 123 | 14 | 30 | 113 | 64 |
| Binary | 11100000 | 1110000 | 100111 | 0 | 110010 | 1010011 | 1100 | 11000 | 1001011 | 110100 |
Color Harmonies of #E07027
Complementary color
Monochromatic Colors of #E07027
Black with #E07027
Text Example
Text Example
White with #E07027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07027; }
p { color: rgb(224,112,39); }
H1.HeaderClassName
{
color: #E07027;
}
.AnyTagClassName
{
color: #E07027;
}
</style>
background-color css
<style>
a { background-color: #E07027; }
a { background-color: rgb(224,112,39); }
div.DivClassName
{
background-color: #E07027;
}
.BgClassName
{
background-color: #E07027;
}
</style>
border-color css
<style>
span { border-color: #E07027; }
span { border-color: rgb(224,112,39); }
td.TdClassName
{
border-color: #E07027;
}
.TagClassName
{
border-color: #E07027;
}
</style>