Shades of Tahiti Gold #EC6427
Tints of Tahiti Gold #EC6427
RGB
CMYK
RGB Variations
Color information
#EC6427 (or 0xEC6427) is known color: Tahiti Gold. HEX triplet: EC, 64 and 27. RGB value is (236,100,39). Sum of RGB (Red+Green+Blue) = 236+100+39=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6427 is #139BD8. Grayscale: #868686. Windows color (decimal): -1285081 or 2581740. OLE color: 2581740.
HSL color Cylindrical-coordinate representation of color #EC6427: hue angle of 18.58º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC6427 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 39 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.07 |
| HSL | 18.58º | 0.84% | 0.54% | - |
| HSV(B) | 18.58º | 0.83% | 0.93% | - |
| XYZ | 39.52 | 27.09 | 5.07 | - |
| YUV | 133.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 39 | 0 | 0.58 | 0.83 | 0.07 | 18.58 | 0.84 | 0.54 |
| Hex | EC | 64 | 27 | 0 | 3A | 53 | 7 | 13 | 54 | 36 |
| Octal | 354 | 144 | 47 | 0 | 72 | 123 | 7 | 23 | 124 | 66 |
| Binary | 11101100 | 1100100 | 100111 | 0 | 111010 | 1010011 | 111 | 10011 | 1010100 | 110110 |
Color Harmonies of #EC6427
Complementary color
Monochromatic Colors of #EC6427
Black with #EC6427
Text Example
Text Example
White with #EC6427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6427; }
p { color: rgb(236,100,39); }
H1.HeaderClassName
{
color: #EC6427;
}
.AnyTagClassName
{
color: #EC6427;
}
</style>
background-color css
<style>
a { background-color: #EC6427; }
a { background-color: rgb(236,100,39); }
div.DivClassName
{
background-color: #EC6427;
}
.BgClassName
{
background-color: #EC6427;
}
</style>
border-color css
<style>
span { border-color: #EC6427; }
span { border-color: rgb(236,100,39); }
td.TdClassName
{
border-color: #EC6427;
}
.TagClassName
{
border-color: #EC6427;
}
</style>