Shades of Tahiti Gold #EC6D1E
Tints of Tahiti Gold #EC6D1E
RGB
CMYK
RGB Variations
Color information
#EC6D1E (or 0xEC6D1E) is known color: Tahiti Gold. HEX triplet: EC, 6D and 1E. RGB value is (236,109,30). Sum of RGB (Red+Green+Blue) = 236+109+30=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6D1E is #1392E1. Grayscale: #8A8A8A. Windows color (decimal): -1282786 or 1994220. OLE color: 1994220.
HSL color Cylindrical-coordinate representation of color #EC6D1E: hue angle of 23.01º 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 #EC6D1E is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 30 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.07 |
| HSL | 23.01º | 0.84% | 0.52% | - |
| HSV(B) | 23.01º | 0.87% | 0.93% | - |
| XYZ | 40.3 | 28.86 | 4.68 | - |
| YUV | 137.97 | 67.08 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 30 | 0 | 0.54 | 0.87 | 0.07 | 23.01 | 0.84 | 0.52 |
| Hex | EC | 6D | 1E | 0 | 36 | 57 | 7 | 17 | 54 | 34 |
| Octal | 354 | 155 | 36 | 0 | 66 | 127 | 7 | 27 | 124 | 64 |
| Binary | 11101100 | 1101101 | 11110 | 0 | 110110 | 1010111 | 111 | 10111 | 1010100 | 110100 |
Color Harmonies of #EC6D1E
Complementary color
Monochromatic Colors of #EC6D1E
Black with #EC6D1E
Text Example
Text Example
White with #EC6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D1E; }
p { color: rgb(236,109,30); }
H1.HeaderClassName
{
color: #EC6D1E;
}
.AnyTagClassName
{
color: #EC6D1E;
}
</style>
background-color css
<style>
a { background-color: #EC6D1E; }
a { background-color: rgb(236,109,30); }
div.DivClassName
{
background-color: #EC6D1E;
}
.BgClassName
{
background-color: #EC6D1E;
}
</style>
border-color css
<style>
span { border-color: #EC6D1E; }
span { border-color: rgb(236,109,30); }
td.TdClassName
{
border-color: #EC6D1E;
}
.TagClassName
{
border-color: #EC6D1E;
}
</style>