Shades of Tahiti Gold #EC6625
Tints of Tahiti Gold #EC6625
RGB
CMYK
RGB Variations
Color information
#EC6625 (or 0xEC6625) is known color: Tahiti Gold. HEX triplet: EC, 66 and 25. RGB value is (236,102,37). Sum of RGB (Red+Green+Blue) = 236+102+37=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6625 is #1399DA. Grayscale: #878787. Windows color (decimal): -1284571 or 2451180. OLE color: 2451180.
HSL color Cylindrical-coordinate representation of color #EC6625: hue angle of 19.6º 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 #EC6625 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 37 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.07 |
| HSL | 19.6º | 0.84% | 0.54% | - |
| HSV(B) | 19.6º | 0.84% | 0.93% | - |
| XYZ | 39.68 | 27.47 | 4.96 | - |
| YUV | 134.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 37 | 0 | 0.57 | 0.84 | 0.07 | 19.6 | 0.84 | 0.54 |
| Hex | EC | 66 | 25 | 0 | 39 | 54 | 7 | 14 | 54 | 36 |
| Octal | 354 | 146 | 45 | 0 | 71 | 124 | 7 | 24 | 124 | 66 |
| Binary | 11101100 | 1100110 | 100101 | 0 | 111001 | 1010100 | 111 | 10100 | 1010100 | 110110 |
Color Harmonies of #EC6625
Complementary color
Monochromatic Colors of #EC6625
Black with #EC6625
Text Example
Text Example
White with #EC6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6625; }
p { color: rgb(236,102,37); }
H1.HeaderClassName
{
color: #EC6625;
}
.AnyTagClassName
{
color: #EC6625;
}
</style>
background-color css
<style>
a { background-color: #EC6625; }
a { background-color: rgb(236,102,37); }
div.DivClassName
{
background-color: #EC6625;
}
.BgClassName
{
background-color: #EC6625;
}
</style>
border-color css
<style>
span { border-color: #EC6625; }
span { border-color: rgb(236,102,37); }
td.TdClassName
{
border-color: #EC6625;
}
.TagClassName
{
border-color: #EC6625;
}
</style>