Shades of Tahiti Gold #EC6325
Tints of Tahiti Gold #EC6325
RGB
CMYK
RGB Variations
Color information
#EC6325 (or 0xEC6325) is known color: Tahiti Gold. HEX triplet: EC, 63 and 25. RGB value is (236,99,37). Sum of RGB (Red+Green+Blue) = 236+99+37=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6325 is #139CDA. Grayscale: #858585. Windows color (decimal): -1285339 or 2450412. OLE color: 2450412.
HSL color Cylindrical-coordinate representation of color #EC6325: hue angle of 18.69º 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 #EC6325 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 37 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.07 |
| HSL | 18.69º | 0.84% | 0.54% | - |
| HSV(B) | 18.69º | 0.84% | 0.93% | - |
| XYZ | 39.39 | 26.89 | 4.86 | - |
| YUV | 132.9 | 73.89 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 37 | 0 | 0.58 | 0.84 | 0.07 | 18.69 | 0.84 | 0.54 |
| Hex | EC | 63 | 25 | 0 | 3A | 54 | 7 | 13 | 54 | 36 |
| Octal | 354 | 143 | 45 | 0 | 72 | 124 | 7 | 23 | 124 | 66 |
| Binary | 11101100 | 1100011 | 100101 | 0 | 111010 | 1010100 | 111 | 10011 | 1010100 | 110110 |
Color Harmonies of #EC6325
Complementary color
Monochromatic Colors of #EC6325
Black with #EC6325
Text Example
Text Example
White with #EC6325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6325; }
p { color: rgb(236,99,37); }
H1.HeaderClassName
{
color: #EC6325;
}
.AnyTagClassName
{
color: #EC6325;
}
</style>
background-color css
<style>
a { background-color: #EC6325; }
a { background-color: rgb(236,99,37); }
div.DivClassName
{
background-color: #EC6325;
}
.BgClassName
{
background-color: #EC6325;
}
</style>
border-color css
<style>
span { border-color: #EC6325; }
span { border-color: rgb(236,99,37); }
td.TdClassName
{
border-color: #EC6325;
}
.TagClassName
{
border-color: #EC6325;
}
</style>