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