Shades of Tahiti Gold #EC611D
Tints of Tahiti Gold #EC611D
RGB
CMYK
RGB Variations
Color information
#EC611D (or 0xEC611D) is known color: Tahiti Gold. HEX triplet: EC, 61 and 1D. RGB value is (236,97,29). Sum of RGB (Red+Green+Blue) = 236+97+29=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC611D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC611D is #139EE2. Grayscale: #838383. Windows color (decimal): -1285859 or 1925612. OLE color: 1925612.
HSL color Cylindrical-coordinate representation of color #EC611D: hue angle of 19.71º 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 #EC611D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.07 |
| HSL | 19.71º | 0.84% | 0.52% | - |
| HSV(B) | 19.71º | 0.88% | 0.93% | - |
| XYZ | 39.09 | 26.47 | 4.21 | - |
| YUV | 130.81 | 70.55 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 29 | 0 | 0.59 | 0.88 | 0.07 | 19.71 | 0.84 | 0.52 |
| Hex | EC | 61 | 1D | 0 | 3B | 58 | 7 | 14 | 54 | 34 |
| Octal | 354 | 141 | 35 | 0 | 73 | 130 | 7 | 24 | 124 | 64 |
| Binary | 11101100 | 1100001 | 11101 | 0 | 111011 | 1011000 | 111 | 10100 | 1010100 | 110100 |
Color Harmonies of #EC611D
Complementary color
Monochromatic Colors of #EC611D
Black with #EC611D
Text Example
Text Example
White with #EC611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC611D; }
p { color: rgb(236,97,29); }
H1.HeaderClassName
{
color: #EC611D;
}
.AnyTagClassName
{
color: #EC611D;
}
</style>
background-color css
<style>
a { background-color: #EC611D; }
a { background-color: rgb(236,97,29); }
div.DivClassName
{
background-color: #EC611D;
}
.BgClassName
{
background-color: #EC611D;
}
</style>
border-color css
<style>
span { border-color: #EC611D; }
span { border-color: rgb(236,97,29); }
td.TdClassName
{
border-color: #EC611D;
}
.TagClassName
{
border-color: #EC611D;
}
</style>