Shades of Tahiti Gold #E1721D
Tints of Tahiti Gold #E1721D
RGB
CMYK
RGB Variations
Color information
#E1721D (or 0xE1721D) is known color: Tahiti Gold. HEX triplet: E1, 72 and 1D. RGB value is (225,114,29). Sum of RGB (Red+Green+Blue) = 225+114+29=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1721D is #1E8DE2. Grayscale: #898989. Windows color (decimal): -2002403 or 1929953. OLE color: 1929953.
HSL color Cylindrical-coordinate representation of color #E1721D: hue angle of 26.02º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1721D is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 29 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.12 |
| HSL | 26.02º | 0.77% | 0.5% | - |
| HSV(B) | 26.02º | 0.87% | 0.88% | - |
| XYZ | 37.29 | 28.13 | 4.63 | - |
| YUV | 137.5 | 66.77 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 29 | 0 | 0.49 | 0.87 | 0.12 | 26.02 | 0.77 | 0.5 |
| Hex | E1 | 72 | 1D | 0 | 31 | 57 | C | 1A | 4D | 32 |
| Octal | 341 | 162 | 35 | 0 | 61 | 127 | 14 | 32 | 115 | 62 |
| Binary | 11100001 | 1110010 | 11101 | 0 | 110001 | 1010111 | 1100 | 11010 | 1001101 | 110010 |
Color Harmonies of #E1721D
Complementary color
Monochromatic Colors of #E1721D
Black with #E1721D
Text Example
Text Example
White with #E1721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1721D; }
p { color: rgb(225,114,29); }
H1.HeaderClassName
{
color: #E1721D;
}
.AnyTagClassName
{
color: #E1721D;
}
</style>
background-color css
<style>
a { background-color: #E1721D; }
a { background-color: rgb(225,114,29); }
div.DivClassName
{
background-color: #E1721D;
}
.BgClassName
{
background-color: #E1721D;
}
</style>
border-color css
<style>
span { border-color: #E1721D; }
span { border-color: rgb(225,114,29); }
td.TdClassName
{
border-color: #E1721D;
}
.TagClassName
{
border-color: #E1721D;
}
</style>