Shades of Tahiti Gold #EC7625
Tints of Tahiti Gold #EC7625
RGB
CMYK
RGB Variations
Color information
#EC7625 (or 0xEC7625) is known color: Tahiti Gold. HEX triplet: EC, 76 and 25. RGB value is (236,118,37). Sum of RGB (Red+Green+Blue) = 236+118+37=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7625 is #1389DA. Grayscale: #909090. Windows color (decimal): -1280475 or 2455276. OLE color: 2455276.
HSL color Cylindrical-coordinate representation of color #EC7625: hue angle of 24.42º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC7625 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 37 | - |
| CMYK | 0 | 0.5 | 0.84 | 0.07 |
| HSL | 24.42º | 0.84% | 0.54% | - |
| HSV(B) | 24.42º | 0.84% | 0.93% | - |
| XYZ | 41.4 | 30.92 | 5.54 | - |
| YUV | 144.05 | 67.59 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 37 | 0 | 0.5 | 0.84 | 0.07 | 24.42 | 0.84 | 0.54 |
| Hex | EC | 76 | 25 | 0 | 32 | 54 | 7 | 18 | 54 | 36 |
| Octal | 354 | 166 | 45 | 0 | 62 | 124 | 7 | 30 | 124 | 66 |
| Binary | 11101100 | 1110110 | 100101 | 0 | 110010 | 1010100 | 111 | 11000 | 1010100 | 110110 |
Color Harmonies of #EC7625
Complementary color
Monochromatic Colors of #EC7625
Black with #EC7625
Text Example
Text Example
White with #EC7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7625; }
p { color: rgb(236,118,37); }
H1.HeaderClassName
{
color: #EC7625;
}
.AnyTagClassName
{
color: #EC7625;
}
</style>
background-color css
<style>
a { background-color: #EC7625; }
a { background-color: rgb(236,118,37); }
div.DivClassName
{
background-color: #EC7625;
}
.BgClassName
{
background-color: #EC7625;
}
</style>
border-color css
<style>
span { border-color: #EC7625; }
span { border-color: rgb(236,118,37); }
td.TdClassName
{
border-color: #EC7625;
}
.TagClassName
{
border-color: #EC7625;
}
</style>