Shades of Tahiti Gold #E5752B
Tints of Tahiti Gold #E5752B
RGB
CMYK
RGB Variations
Color information
#E5752B (or 0xE5752B) is known color: Tahiti Gold. HEX triplet: E5, 75 and 2B. RGB value is (229,117,43). Sum of RGB (Red+Green+Blue) = 229+117+43=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5752B is #1A8AD4. Grayscale: #8E8E8E. Windows color (decimal): -1739477 or 2848229. OLE color: 2848229.
HSL color Cylindrical-coordinate representation of color #E5752B: hue angle of 23.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5752B is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 43 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.10 |
| HSL | 23.87º | 0.78% | 0.53% | - |
| HSV(B) | 23.87º | 0.81% | 0.9% | - |
| XYZ | 39.11 | 29.56 | 5.93 | - |
| YUV | 142.05 | 72.11 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 43 | 0 | 0.49 | 0.81 | 0.10 | 23.87 | 0.78 | 0.53 |
| Hex | E5 | 75 | 2B | 0 | 31 | 51 | A | 18 | 4E | 35 |
| Octal | 345 | 165 | 53 | 0 | 61 | 121 | 12 | 30 | 116 | 65 |
| Binary | 11100101 | 1110101 | 101011 | 0 | 110001 | 1010001 | 1010 | 11000 | 1001110 | 110101 |
Color Harmonies of #E5752B
Complementary color
Monochromatic Colors of #E5752B
Black with #E5752B
Text Example
Text Example
White with #E5752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5752B; }
p { color: rgb(229,117,43); }
H1.HeaderClassName
{
color: #E5752B;
}
.AnyTagClassName
{
color: #E5752B;
}
</style>
background-color css
<style>
a { background-color: #E5752B; }
a { background-color: rgb(229,117,43); }
div.DivClassName
{
background-color: #E5752B;
}
.BgClassName
{
background-color: #E5752B;
}
</style>
border-color css
<style>
span { border-color: #E5752B; }
span { border-color: rgb(229,117,43); }
td.TdClassName
{
border-color: #E5752B;
}
.TagClassName
{
border-color: #E5752B;
}
</style>