Shades of Tahiti Gold #E07232
Tints of Tahiti Gold #E07232
RGB
CMYK
RGB Variations
Color information
#E07232 (or 0xE07232) is known color: Tahiti Gold. HEX triplet: E0, 72 and 32. RGB value is (224,114,50). Sum of RGB (Red+Green+Blue) = 224+114+50=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E07232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07232 is #1F8DCD. Grayscale: #8B8B8B. Windows color (decimal): -2067918 or 3306208. OLE color: 3306208.
HSL color Cylindrical-coordinate representation of color #E07232: hue angle of 22.07º 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 #E07232 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 50 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.12 |
| HSL | 22.07º | 0.74% | 0.54% | - |
| HSV(B) | 22.07º | 0.78% | 0.88% | - |
| XYZ | 37.33 | 28.11 | 6.48 | - |
| YUV | 139.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 50 | 0 | 0.49 | 0.78 | 0.12 | 22.07 | 0.74 | 0.54 |
| Hex | E0 | 72 | 32 | 0 | 31 | 4E | C | 16 | 4A | 36 |
| Octal | 340 | 162 | 62 | 0 | 61 | 116 | 14 | 26 | 112 | 66 |
| Binary | 11100000 | 1110010 | 110010 | 0 | 110001 | 1001110 | 1100 | 10110 | 1001010 | 110110 |
Color Harmonies of #E07232
Complementary color
Monochromatic Colors of #E07232
Black with #E07232
Text Example
Text Example
White with #E07232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07232; }
p { color: rgb(224,114,50); }
H1.HeaderClassName
{
color: #E07232;
}
.AnyTagClassName
{
color: #E07232;
}
</style>
background-color css
<style>
a { background-color: #E07232; }
a { background-color: rgb(224,114,50); }
div.DivClassName
{
background-color: #E07232;
}
.BgClassName
{
background-color: #E07232;
}
</style>
border-color css
<style>
span { border-color: #E07232; }
span { border-color: rgb(224,114,50); }
td.TdClassName
{
border-color: #E07232;
}
.TagClassName
{
border-color: #E07232;
}
</style>