Shades of Tahiti Gold #EC621E
Tints of Tahiti Gold #EC621E
RGB
CMYK
RGB Variations
Color information
#EC621E (or 0xEC621E) is known color: Tahiti Gold. HEX triplet: EC, 62 and 1E. RGB value is (236,98,30). Sum of RGB (Red+Green+Blue) = 236+98+30=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC621E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC621E is #139DE1. Grayscale: #838383. Windows color (decimal): -1285602 or 1991404. OLE color: 1991404.
HSL color Cylindrical-coordinate representation of color #EC621E: hue angle of 19.81º 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 #EC621E is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 30 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.07 |
| HSL | 19.81º | 0.84% | 0.52% | - |
| HSV(B) | 19.81º | 0.87% | 0.93% | - |
| XYZ | 39.19 | 26.66 | 4.31 | - |
| YUV | 131.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 30 | 0 | 0.58 | 0.87 | 0.07 | 19.81 | 0.84 | 0.52 |
| Hex | EC | 62 | 1E | 0 | 3A | 57 | 7 | 14 | 54 | 34 |
| Octal | 354 | 142 | 36 | 0 | 72 | 127 | 7 | 24 | 124 | 64 |
| Binary | 11101100 | 1100010 | 11110 | 0 | 111010 | 1010111 | 111 | 10100 | 1010100 | 110100 |
Color Harmonies of #EC621E
Complementary color
Monochromatic Colors of #EC621E
Black with #EC621E
Text Example
Text Example
White with #EC621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC621E; }
p { color: rgb(236,98,30); }
H1.HeaderClassName
{
color: #EC621E;
}
.AnyTagClassName
{
color: #EC621E;
}
</style>
background-color css
<style>
a { background-color: #EC621E; }
a { background-color: rgb(236,98,30); }
div.DivClassName
{
background-color: #EC621E;
}
.BgClassName
{
background-color: #EC621E;
}
</style>
border-color css
<style>
span { border-color: #EC621E; }
span { border-color: rgb(236,98,30); }
td.TdClassName
{
border-color: #EC621E;
}
.TagClassName
{
border-color: #EC621E;
}
</style>