Shades of Tahiti Gold #E5752F
Tints of Tahiti Gold #E5752F
RGB
CMYK
RGB Variations
Color information
#E5752F (or 0xE5752F) is known color: Tahiti Gold. HEX triplet: E5, 75 and 2F. RGB value is (229,117,47). Sum of RGB (Red+Green+Blue) = 229+117+47=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5752F is #1A8AD0. Grayscale: #8E8E8E. Windows color (decimal): -1739473 or 3110373. OLE color: 3110373.
HSL color Cylindrical-coordinate representation of color #E5752F: hue angle of 23.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5752F is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 47 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.10 |
| HSL | 23.08º | 0.78% | 0.54% | - |
| HSV(B) | 23.08º | 0.79% | 0.9% | - |
| XYZ | 39.19 | 29.59 | 6.33 | - |
| YUV | 142.51 | 74.11 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 47 | 0 | 0.49 | 0.79 | 0.10 | 23.08 | 0.78 | 0.54 |
| Hex | E5 | 75 | 2F | 0 | 31 | 4F | A | 17 | 4E | 36 |
| Octal | 345 | 165 | 57 | 0 | 61 | 117 | 12 | 27 | 116 | 66 |
| Binary | 11100101 | 1110101 | 101111 | 0 | 110001 | 1001111 | 1010 | 10111 | 1001110 | 110110 |
Color Harmonies of #E5752F
Complementary color
Monochromatic Colors of #E5752F
Black with #E5752F
Text Example
Text Example
White with #E5752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5752F; }
p { color: rgb(229,117,47); }
H1.HeaderClassName
{
color: #E5752F;
}
.AnyTagClassName
{
color: #E5752F;
}
</style>
background-color css
<style>
a { background-color: #E5752F; }
a { background-color: rgb(229,117,47); }
div.DivClassName
{
background-color: #E5752F;
}
.BgClassName
{
background-color: #E5752F;
}
</style>
border-color css
<style>
span { border-color: #E5752F; }
span { border-color: rgb(229,117,47); }
td.TdClassName
{
border-color: #E5752F;
}
.TagClassName
{
border-color: #E5752F;
}
</style>