Shades of Tahiti Gold #EC6525
Tints of Tahiti Gold #EC6525
RGB
CMYK
RGB Variations
Color information
#EC6525 (or 0xEC6525) is known color: Tahiti Gold. HEX triplet: EC, 65 and 25. RGB value is (236,101,37). Sum of RGB (Red+Green+Blue) = 236+101+37=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6525 is #139ADA. Grayscale: #868686. Windows color (decimal): -1284827 or 2450924. OLE color: 2450924.
HSL color Cylindrical-coordinate representation of color #EC6525: hue angle of 19.3º 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 #EC6525 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 37 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.07 |
| HSL | 19.3º | 0.84% | 0.54% | - |
| HSV(B) | 19.3º | 0.84% | 0.93% | - |
| XYZ | 39.58 | 27.27 | 4.93 | - |
| YUV | 134.07 | 73.23 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 37 | 0 | 0.57 | 0.84 | 0.07 | 19.3 | 0.84 | 0.54 |
| Hex | EC | 65 | 25 | 0 | 39 | 54 | 7 | 13 | 54 | 36 |
| Octal | 354 | 145 | 45 | 0 | 71 | 124 | 7 | 23 | 124 | 66 |
| Binary | 11101100 | 1100101 | 100101 | 0 | 111001 | 1010100 | 111 | 10011 | 1010100 | 110110 |
Color Harmonies of #EC6525
Complementary color
Monochromatic Colors of #EC6525
Black with #EC6525
Text Example
Text Example
White with #EC6525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6525; }
p { color: rgb(236,101,37); }
H1.HeaderClassName
{
color: #EC6525;
}
.AnyTagClassName
{
color: #EC6525;
}
</style>
background-color css
<style>
a { background-color: #EC6525; }
a { background-color: rgb(236,101,37); }
div.DivClassName
{
background-color: #EC6525;
}
.BgClassName
{
background-color: #EC6525;
}
</style>
border-color css
<style>
span { border-color: #EC6525; }
span { border-color: rgb(236,101,37); }
td.TdClassName
{
border-color: #EC6525;
}
.TagClassName
{
border-color: #EC6525;
}
</style>