Shades of Tahiti Gold #EC611F
Tints of Tahiti Gold #EC611F
RGB
CMYK
RGB Variations
Color information
#EC611F (or 0xEC611F) is known color: Tahiti Gold. HEX triplet: EC, 61 and 1F. RGB value is (236,97,31). Sum of RGB (Red+Green+Blue) = 236+97+31=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC611F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC611F is #139EE0. Grayscale: #838383. Windows color (decimal): -1285857 or 2056684. OLE color: 2056684.
HSL color Cylindrical-coordinate representation of color #EC611F: hue angle of 19.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC611F is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 31 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.07 |
| HSL | 19.32º | 0.84% | 0.52% | - |
| HSV(B) | 19.32º | 0.87% | 0.93% | - |
| XYZ | 39.11 | 26.48 | 4.35 | - |
| YUV | 131.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 31 | 0 | 0.59 | 0.87 | 0.07 | 19.32 | 0.84 | 0.52 |
| Hex | EC | 61 | 1F | 0 | 3B | 57 | 7 | 13 | 54 | 34 |
| Octal | 354 | 141 | 37 | 0 | 73 | 127 | 7 | 23 | 124 | 64 |
| Binary | 11101100 | 1100001 | 11111 | 0 | 111011 | 1010111 | 111 | 10011 | 1010100 | 110100 |
Color Harmonies of #EC611F
Complementary color
Monochromatic Colors of #EC611F
Black with #EC611F
Text Example
Text Example
White with #EC611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC611F; }
p { color: rgb(236,97,31); }
H1.HeaderClassName
{
color: #EC611F;
}
.AnyTagClassName
{
color: #EC611F;
}
</style>
background-color css
<style>
a { background-color: #EC611F; }
a { background-color: rgb(236,97,31); }
div.DivClassName
{
background-color: #EC611F;
}
.BgClassName
{
background-color: #EC611F;
}
</style>
border-color css
<style>
span { border-color: #EC611F; }
span { border-color: rgb(236,97,31); }
td.TdClassName
{
border-color: #EC611F;
}
.TagClassName
{
border-color: #EC611F;
}
</style>