Shades of Tahiti Gold #E1772A
Tints of Tahiti Gold #E1772A
RGB
CMYK
RGB Variations
Color information
#E1772A (or 0xE1772A) is known color: Tahiti Gold. HEX triplet: E1, 77 and 2A. RGB value is (225,119,42). Sum of RGB (Red+Green+Blue) = 225+119+42=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1772A is #1E88D5. Grayscale: #8E8E8E. Windows color (decimal): -2001110 or 2783201. OLE color: 2783201.
HSL color Cylindrical-coordinate representation of color #E1772A: hue angle of 25.25º 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 #E1772A is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 42 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.12 |
| HSL | 25.25º | 0.75% | 0.52% | - |
| HSV(B) | 25.25º | 0.81% | 0.88% | - |
| XYZ | 38.07 | 29.37 | 5.85 | - |
| YUV | 141.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 42 | 0 | 0.47 | 0.81 | 0.12 | 25.25 | 0.75 | 0.52 |
| Hex | E1 | 77 | 2A | 0 | 2F | 51 | C | 19 | 4B | 34 |
| Octal | 341 | 167 | 52 | 0 | 57 | 121 | 14 | 31 | 113 | 64 |
| Binary | 11100001 | 1110111 | 101010 | 0 | 101111 | 1010001 | 1100 | 11001 | 1001011 | 110100 |
Color Harmonies of #E1772A
Complementary color
Monochromatic Colors of #E1772A
Black with #E1772A
Text Example
Text Example
White with #E1772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1772A; }
p { color: rgb(225,119,42); }
H1.HeaderClassName
{
color: #E1772A;
}
.AnyTagClassName
{
color: #E1772A;
}
</style>
background-color css
<style>
a { background-color: #E1772A; }
a { background-color: rgb(225,119,42); }
div.DivClassName
{
background-color: #E1772A;
}
.BgClassName
{
background-color: #E1772A;
}
</style>
border-color css
<style>
span { border-color: #E1772A; }
span { border-color: rgb(225,119,42); }
td.TdClassName
{
border-color: #E1772A;
}
.TagClassName
{
border-color: #E1772A;
}
</style>