Shades of Tahiti Gold #EC7028
Tints of Tahiti Gold #EC7028
RGB
CMYK
RGB Variations
Color information
#EC7028 (or 0xEC7028) is known color: Tahiti Gold. HEX triplet: EC, 70 and 28. RGB value is (236,112,40). Sum of RGB (Red+Green+Blue) = 236+112+40=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7028 is #138FD7. Grayscale: #8D8D8D. Windows color (decimal): -1282008 or 2650348. OLE color: 2650348.
HSL color Cylindrical-coordinate representation of color #EC7028: hue angle of 22.04º 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 #EC7028 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 40 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.07 |
| HSL | 22.04º | 0.84% | 0.54% | - |
| HSV(B) | 22.04º | 0.83% | 0.93% | - |
| XYZ | 40.77 | 29.57 | 5.57 | - |
| YUV | 140.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 40 | 0 | 0.53 | 0.83 | 0.07 | 22.04 | 0.84 | 0.54 |
| Hex | EC | 70 | 28 | 0 | 35 | 53 | 7 | 16 | 54 | 36 |
| Octal | 354 | 160 | 50 | 0 | 65 | 123 | 7 | 26 | 124 | 66 |
| Binary | 11101100 | 1110000 | 101000 | 0 | 110101 | 1010011 | 111 | 10110 | 1010100 | 110110 |
Color Harmonies of #EC7028
Complementary color
Monochromatic Colors of #EC7028
Black with #EC7028
Text Example
Text Example
White with #EC7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7028; }
p { color: rgb(236,112,40); }
H1.HeaderClassName
{
color: #EC7028;
}
.AnyTagClassName
{
color: #EC7028;
}
</style>
background-color css
<style>
a { background-color: #EC7028; }
a { background-color: rgb(236,112,40); }
div.DivClassName
{
background-color: #EC7028;
}
.BgClassName
{
background-color: #EC7028;
}
</style>
border-color css
<style>
span { border-color: #EC7028; }
span { border-color: rgb(236,112,40); }
td.TdClassName
{
border-color: #EC7028;
}
.TagClassName
{
border-color: #EC7028;
}
</style>