Shades of Tahiti Gold #E5772A
Tints of Tahiti Gold #E5772A
RGB
CMYK
RGB Variations
Color information
#E5772A (or 0xE5772A) is known color: Tahiti Gold. HEX triplet: E5, 77 and 2A. RGB value is (229,119,42). Sum of RGB (Red+Green+Blue) = 229+119+42=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5772A is #1A88D5. Grayscale: #8F8F8F. Windows color (decimal): -1738966 or 2783205. OLE color: 2783205.
HSL color Cylindrical-coordinate representation of color #E5772A: hue angle of 24.71º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5772A is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 42 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.10 |
| HSL | 24.71º | 0.78% | 0.53% | - |
| HSV(B) | 24.71º | 0.82% | 0.9% | - |
| XYZ | 39.33 | 30.02 | 5.91 | - |
| YUV | 143.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 42 | 0 | 0.48 | 0.82 | 0.10 | 24.71 | 0.78 | 0.53 |
| Hex | E5 | 77 | 2A | 0 | 30 | 52 | A | 19 | 4E | 35 |
| Octal | 345 | 167 | 52 | 0 | 60 | 122 | 12 | 31 | 116 | 65 |
| Binary | 11100101 | 1110111 | 101010 | 0 | 110000 | 1010010 | 1010 | 11001 | 1001110 | 110101 |
Color Harmonies of #E5772A
Complementary color
Monochromatic Colors of #E5772A
Black with #E5772A
Text Example
Text Example
White with #E5772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5772A; }
p { color: rgb(229,119,42); }
H1.HeaderClassName
{
color: #E5772A;
}
.AnyTagClassName
{
color: #E5772A;
}
</style>
background-color css
<style>
a { background-color: #E5772A; }
a { background-color: rgb(229,119,42); }
div.DivClassName
{
background-color: #E5772A;
}
.BgClassName
{
background-color: #E5772A;
}
</style>
border-color css
<style>
span { border-color: #E5772A; }
span { border-color: rgb(229,119,42); }
td.TdClassName
{
border-color: #E5772A;
}
.TagClassName
{
border-color: #E5772A;
}
</style>