Shades of Tahiti Gold #E5752A
Tints of Tahiti Gold #E5752A
RGB
CMYK
RGB Variations
Color information
#E5752A (or 0xE5752A) is known color: Tahiti Gold. HEX triplet: E5, 75 and 2A. RGB value is (229,117,42). Sum of RGB (Red+Green+Blue) = 229+117+42=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5752A is #1A8AD5. Grayscale: #8E8E8E. Windows color (decimal): -1739478 or 2782693. OLE color: 2782693.
HSL color Cylindrical-coordinate representation of color #E5752A: hue angle of 24.06º 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 #E5752A is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 42 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.10 |
| HSL | 24.06º | 0.78% | 0.53% | - |
| HSV(B) | 24.06º | 0.82% | 0.9% | - |
| XYZ | 39.09 | 29.55 | 5.83 | - |
| YUV | 141.94 | 71.61 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 42 | 0 | 0.49 | 0.82 | 0.10 | 24.06 | 0.78 | 0.53 |
| Hex | E5 | 75 | 2A | 0 | 31 | 52 | A | 18 | 4E | 35 |
| Octal | 345 | 165 | 52 | 0 | 61 | 122 | 12 | 30 | 116 | 65 |
| Binary | 11100101 | 1110101 | 101010 | 0 | 110001 | 1010010 | 1010 | 11000 | 1001110 | 110101 |
Color Harmonies of #E5752A
Complementary color
Monochromatic Colors of #E5752A
Black with #E5752A
Text Example
Text Example
White with #E5752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5752A; }
p { color: rgb(229,117,42); }
H1.HeaderClassName
{
color: #E5752A;
}
.AnyTagClassName
{
color: #E5752A;
}
</style>
background-color css
<style>
a { background-color: #E5752A; }
a { background-color: rgb(229,117,42); }
div.DivClassName
{
background-color: #E5752A;
}
.BgClassName
{
background-color: #E5752A;
}
</style>
border-color css
<style>
span { border-color: #E5752A; }
span { border-color: rgb(229,117,42); }
td.TdClassName
{
border-color: #E5752A;
}
.TagClassName
{
border-color: #E5752A;
}
</style>