Shades of Tahiti Gold #E07A30
Tints of Tahiti Gold #E07A30
RGB
CMYK
RGB Variations
Color information
#E07A30 (or 0xE07A30) is known color: Tahiti Gold. HEX triplet: E0, 7A and 30. RGB value is (224,122,48). Sum of RGB (Red+Green+Blue) = 224+122+48=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A30 is #1F85CF. Grayscale: #909090. Windows color (decimal): -2065872 or 3177184. OLE color: 3177184.
HSL color Cylindrical-coordinate representation of color #E07A30: hue angle of 25.23º 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 #E07A30 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 48 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.12 |
| HSL | 25.23º | 0.74% | 0.53% | - |
| HSV(B) | 25.23º | 0.79% | 0.88% | - |
| XYZ | 38.23 | 29.98 | 6.57 | - |
| YUV | 144.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 48 | 0 | 0.46 | 0.79 | 0.12 | 25.23 | 0.74 | 0.53 |
| Hex | E0 | 7A | 30 | 0 | 2E | 4F | C | 19 | 4A | 35 |
| Octal | 340 | 172 | 60 | 0 | 56 | 117 | 14 | 31 | 112 | 65 |
| Binary | 11100000 | 1111010 | 110000 | 0 | 101110 | 1001111 | 1100 | 11001 | 1001010 | 110101 |
Color Harmonies of #E07A30
Complementary color
Monochromatic Colors of #E07A30
Black with #E07A30
Text Example
Text Example
White with #E07A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A30; }
p { color: rgb(224,122,48); }
H1.HeaderClassName
{
color: #E07A30;
}
.AnyTagClassName
{
color: #E07A30;
}
</style>
background-color css
<style>
a { background-color: #E07A30; }
a { background-color: rgb(224,122,48); }
div.DivClassName
{
background-color: #E07A30;
}
.BgClassName
{
background-color: #E07A30;
}
</style>
border-color css
<style>
span { border-color: #E07A30; }
span { border-color: rgb(224,122,48); }
td.TdClassName
{
border-color: #E07A30;
}
.TagClassName
{
border-color: #E07A30;
}
</style>