Shades of Tahiti Gold #E07230
Tints of Tahiti Gold #E07230
RGB
CMYK
RGB Variations
Color information
#E07230 (or 0xE07230) is known color: Tahiti Gold. HEX triplet: E0, 72 and 30. RGB value is (224,114,48). Sum of RGB (Red+Green+Blue) = 224+114+48=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E07230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07230 is #1F8DCF. Grayscale: #8B8B8B. Windows color (decimal): -2067920 or 3175136. OLE color: 3175136.
HSL color Cylindrical-coordinate representation of color #E07230: hue angle of 22.5º 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 #E07230 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 48 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.12 |
| HSL | 22.5º | 0.74% | 0.53% | - |
| HSV(B) | 22.5º | 0.79% | 0.88% | - |
| XYZ | 37.29 | 28.1 | 6.25 | - |
| YUV | 139.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 48 | 0 | 0.49 | 0.79 | 0.12 | 22.5 | 0.74 | 0.53 |
| Hex | E0 | 72 | 30 | 0 | 31 | 4F | C | 16 | 4A | 35 |
| Octal | 340 | 162 | 60 | 0 | 61 | 117 | 14 | 26 | 112 | 65 |
| Binary | 11100000 | 1110010 | 110000 | 0 | 110001 | 1001111 | 1100 | 10110 | 1001010 | 110101 |
Color Harmonies of #E07230
Complementary color
Monochromatic Colors of #E07230
Black with #E07230
Text Example
Text Example
White with #E07230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07230; }
p { color: rgb(224,114,48); }
H1.HeaderClassName
{
color: #E07230;
}
.AnyTagClassName
{
color: #E07230;
}
</style>
background-color css
<style>
a { background-color: #E07230; }
a { background-color: rgb(224,114,48); }
div.DivClassName
{
background-color: #E07230;
}
.BgClassName
{
background-color: #E07230;
}
</style>
border-color css
<style>
span { border-color: #E07230; }
span { border-color: rgb(224,114,48); }
td.TdClassName
{
border-color: #E07230;
}
.TagClassName
{
border-color: #E07230;
}
</style>