Shades of Tahiti Gold #EC6426
Tints of Tahiti Gold #EC6426
RGB
CMYK
RGB Variations
Color information
#EC6426 (or 0xEC6426) is known color: Tahiti Gold. HEX triplet: EC, 64 and 26. RGB value is (236,100,38). Sum of RGB (Red+Green+Blue) = 236+100+38=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6426 is #139BD9. Grayscale: #858585. Windows color (decimal): -1285082 or 2516204. OLE color: 2516204.
HSL color Cylindrical-coordinate representation of color #EC6426: hue angle of 18.79º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC6426 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 38 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.07 |
| HSL | 18.79º | 0.84% | 0.54% | - |
| HSV(B) | 18.79º | 0.84% | 0.93% | - |
| XYZ | 39.5 | 27.09 | 4.98 | - |
| YUV | 133.6 | 74.06 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 38 | 0 | 0.58 | 0.84 | 0.07 | 18.79 | 0.84 | 0.54 |
| Hex | EC | 64 | 26 | 0 | 3A | 54 | 7 | 13 | 54 | 36 |
| Octal | 354 | 144 | 46 | 0 | 72 | 124 | 7 | 23 | 124 | 66 |
| Binary | 11101100 | 1100100 | 100110 | 0 | 111010 | 1010100 | 111 | 10011 | 1010100 | 110110 |
Color Harmonies of #EC6426
Complementary color
Monochromatic Colors of #EC6426
Black with #EC6426
Text Example
Text Example
White with #EC6426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6426; }
p { color: rgb(236,100,38); }
H1.HeaderClassName
{
color: #EC6426;
}
.AnyTagClassName
{
color: #EC6426;
}
</style>
background-color css
<style>
a { background-color: #EC6426; }
a { background-color: rgb(236,100,38); }
div.DivClassName
{
background-color: #EC6426;
}
.BgClassName
{
background-color: #EC6426;
}
</style>
border-color css
<style>
span { border-color: #EC6426; }
span { border-color: rgb(236,100,38); }
td.TdClassName
{
border-color: #EC6426;
}
.TagClassName
{
border-color: #EC6426;
}
</style>