Shades of Tahiti Gold #E07231
Tints of Tahiti Gold #E07231
RGB
CMYK
RGB Variations
Color information
#E07231 (or 0xE07231) is known color: Tahiti Gold. HEX triplet: E0, 72 and 31. RGB value is (224,114,49). Sum of RGB (Red+Green+Blue) = 224+114+49=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E07231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07231 is #1F8DCE. Grayscale: #8B8B8B. Windows color (decimal): -2067919 or 3240672. OLE color: 3240672.
HSL color Cylindrical-coordinate representation of color #E07231: hue angle of 22.29º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E07231 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 49 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.12 |
| HSL | 22.29º | 0.74% | 0.54% | - |
| HSV(B) | 22.29º | 0.78% | 0.88% | - |
| XYZ | 37.31 | 28.1 | 6.36 | - |
| YUV | 139.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 49 | 0 | 0.49 | 0.78 | 0.12 | 22.29 | 0.74 | 0.54 |
| Hex | E0 | 72 | 31 | 0 | 31 | 4E | C | 16 | 4A | 36 |
| Octal | 340 | 162 | 61 | 0 | 61 | 116 | 14 | 26 | 112 | 66 |
| Binary | 11100000 | 1110010 | 110001 | 0 | 110001 | 1001110 | 1100 | 10110 | 1001010 | 110110 |
Color Harmonies of #E07231
Complementary color
Monochromatic Colors of #E07231
Black with #E07231
Text Example
Text Example
White with #E07231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07231; }
p { color: rgb(224,114,49); }
H1.HeaderClassName
{
color: #E07231;
}
.AnyTagClassName
{
color: #E07231;
}
</style>
background-color css
<style>
a { background-color: #E07231; }
a { background-color: rgb(224,114,49); }
div.DivClassName
{
background-color: #E07231;
}
.BgClassName
{
background-color: #E07231;
}
</style>
border-color css
<style>
span { border-color: #E07231; }
span { border-color: rgb(224,114,49); }
td.TdClassName
{
border-color: #E07231;
}
.TagClassName
{
border-color: #E07231;
}
</style>