Shades of Tahiti Gold #E1792A
Tints of Tahiti Gold #E1792A
RGB
CMYK
RGB Variations
Color information
#E1792A (or 0xE1792A) is known color: Tahiti Gold. HEX triplet: E1, 79 and 2A. RGB value is (225,121,42). Sum of RGB (Red+Green+Blue) = 225+121+42=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1792A is #1E86D5. Grayscale: #8F8F8F. Windows color (decimal): -2000598 or 2783713. OLE color: 2783713.
HSL color Cylindrical-coordinate representation of color #E1792A: hue angle of 25.9º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1792A is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 42 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.12 |
| HSL | 25.9º | 0.75% | 0.52% | - |
| HSV(B) | 25.9º | 0.81% | 0.88% | - |
| XYZ | 38.31 | 29.85 | 5.93 | - |
| YUV | 143.09 | 70.96 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 42 | 0 | 0.46 | 0.81 | 0.12 | 25.9 | 0.75 | 0.52 |
| Hex | E1 | 79 | 2A | 0 | 2E | 51 | C | 1A | 4B | 34 |
| Octal | 341 | 171 | 52 | 0 | 56 | 121 | 14 | 32 | 113 | 64 |
| Binary | 11100001 | 1111001 | 101010 | 0 | 101110 | 1010001 | 1100 | 11010 | 1001011 | 110100 |
Color Harmonies of #E1792A
Complementary color
Monochromatic Colors of #E1792A
Black with #E1792A
Text Example
Text Example
White with #E1792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1792A; }
p { color: rgb(225,121,42); }
H1.HeaderClassName
{
color: #E1792A;
}
.AnyTagClassName
{
color: #E1792A;
}
</style>
background-color css
<style>
a { background-color: #E1792A; }
a { background-color: rgb(225,121,42); }
div.DivClassName
{
background-color: #E1792A;
}
.BgClassName
{
background-color: #E1792A;
}
</style>
border-color css
<style>
span { border-color: #E1792A; }
span { border-color: rgb(225,121,42); }
td.TdClassName
{
border-color: #E1792A;
}
.TagClassName
{
border-color: #E1792A;
}
</style>