Shades of Tahiti Gold #EC661C
Tints of Tahiti Gold #EC661C
RGB
CMYK
RGB Variations
Color information
#EC661C (or 0xEC661C) is known color: Tahiti Gold. HEX triplet: EC, 66 and 1C. RGB value is (236,102,28). Sum of RGB (Red+Green+Blue) = 236+102+28=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC661C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC661C is #1399E3. Grayscale: #868686. Windows color (decimal): -1284580 or 1861356. OLE color: 1861356.
HSL color Cylindrical-coordinate representation of color #EC661C: hue angle of 21.35º degrees, saturation: 0.85, 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 #EC661C is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 28 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.07 |
| HSL | 21.35º | 0.85% | 0.52% | - |
| HSV(B) | 21.35º | 0.88% | 0.93% | - |
| XYZ | 39.55 | 27.42 | 4.31 | - |
| YUV | 133.63 | 68.39 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 28 | 0 | 0.57 | 0.88 | 0.07 | 21.35 | 0.85 | 0.52 |
| Hex | EC | 66 | 1C | 0 | 39 | 58 | 7 | 15 | 55 | 34 |
| Octal | 354 | 146 | 34 | 0 | 71 | 130 | 7 | 25 | 125 | 64 |
| Binary | 11101100 | 1100110 | 11100 | 0 | 111001 | 1011000 | 111 | 10101 | 1010101 | 110100 |
Color Harmonies of #EC661C
Complementary color
Monochromatic Colors of #EC661C
Black with #EC661C
Text Example
Text Example
White with #EC661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC661C; }
p { color: rgb(236,102,28); }
H1.HeaderClassName
{
color: #EC661C;
}
.AnyTagClassName
{
color: #EC661C;
}
</style>
background-color css
<style>
a { background-color: #EC661C; }
a { background-color: rgb(236,102,28); }
div.DivClassName
{
background-color: #EC661C;
}
.BgClassName
{
background-color: #EC661C;
}
</style>
border-color css
<style>
span { border-color: #EC661C; }
span { border-color: rgb(236,102,28); }
td.TdClassName
{
border-color: #EC661C;
}
.TagClassName
{
border-color: #EC661C;
}
</style>