Shades of Tahiti Gold #EC601D
Tints of Tahiti Gold #EC601D
RGB
CMYK
RGB Variations
Color information
#EC601D (or 0xEC601D) is known color: Tahiti Gold. HEX triplet: EC, 60 and 1D. RGB value is (236,96,29). Sum of RGB (Red+Green+Blue) = 236+96+29=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC601D is #139FE2. Grayscale: #828282. Windows color (decimal): -1286115 or 1925356. OLE color: 1925356.
HSL color Cylindrical-coordinate representation of color #EC601D: hue angle of 19.42º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC601D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.07 |
| HSL | 19.42º | 0.84% | 0.52% | - |
| HSV(B) | 19.42º | 0.88% | 0.93% | - |
| XYZ | 39 | 26.29 | 4.18 | - |
| YUV | 130.22 | 70.88 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 29 | 0 | 0.59 | 0.88 | 0.07 | 19.42 | 0.84 | 0.52 |
| Hex | EC | 60 | 1D | 0 | 3B | 58 | 7 | 13 | 54 | 34 |
| Octal | 354 | 140 | 35 | 0 | 73 | 130 | 7 | 23 | 124 | 64 |
| Binary | 11101100 | 1100000 | 11101 | 0 | 111011 | 1011000 | 111 | 10011 | 1010100 | 110100 |
Color Harmonies of #EC601D
Complementary color
Monochromatic Colors of #EC601D
Black with #EC601D
Text Example
Text Example
White with #EC601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC601D; }
p { color: rgb(236,96,29); }
H1.HeaderClassName
{
color: #EC601D;
}
.AnyTagClassName
{
color: #EC601D;
}
</style>
background-color css
<style>
a { background-color: #EC601D; }
a { background-color: rgb(236,96,29); }
div.DivClassName
{
background-color: #EC601D;
}
.BgClassName
{
background-color: #EC601D;
}
</style>
border-color css
<style>
span { border-color: #EC601D; }
span { border-color: rgb(236,96,29); }
td.TdClassName
{
border-color: #EC601D;
}
.TagClassName
{
border-color: #EC601D;
}
</style>