Shades of Tahiti Gold #EC661F
Tints of Tahiti Gold #EC661F
RGB
CMYK
RGB Variations
Color information
#EC661F (or 0xEC661F) is known color: Tahiti Gold. HEX triplet: EC, 66 and 1F. RGB value is (236,102,31). Sum of RGB (Red+Green+Blue) = 236+102+31=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC661F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC661F is #1399E0. Grayscale: #868686. Windows color (decimal): -1284577 or 2057964. OLE color: 2057964.
HSL color Cylindrical-coordinate representation of color #EC661F: hue angle of 20.78º 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 #EC661F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 31 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.07 |
| HSL | 20.78º | 0.84% | 0.52% | - |
| HSV(B) | 20.78º | 0.87% | 0.93% | - |
| XYZ | 39.59 | 27.43 | 4.51 | - |
| YUV | 133.97 | 69.89 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 31 | 0 | 0.57 | 0.87 | 0.07 | 20.78 | 0.84 | 0.52 |
| Hex | EC | 66 | 1F | 0 | 39 | 57 | 7 | 15 | 54 | 34 |
| Octal | 354 | 146 | 37 | 0 | 71 | 127 | 7 | 25 | 124 | 64 |
| Binary | 11101100 | 1100110 | 11111 | 0 | 111001 | 1010111 | 111 | 10101 | 1010100 | 110100 |
Color Harmonies of #EC661F
Complementary color
Monochromatic Colors of #EC661F
Black with #EC661F
Text Example
Text Example
White with #EC661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC661F; }
p { color: rgb(236,102,31); }
H1.HeaderClassName
{
color: #EC661F;
}
.AnyTagClassName
{
color: #EC661F;
}
</style>
background-color css
<style>
a { background-color: #EC661F; }
a { background-color: rgb(236,102,31); }
div.DivClassName
{
background-color: #EC661F;
}
.BgClassName
{
background-color: #EC661F;
}
</style>
border-color css
<style>
span { border-color: #EC661F; }
span { border-color: rgb(236,102,31); }
td.TdClassName
{
border-color: #EC661F;
}
.TagClassName
{
border-color: #EC661F;
}
</style>