Shades of Tahiti Gold #EC7228
Tints of Tahiti Gold #EC7228
RGB
CMYK
RGB Variations
Color information
#EC7228 (or 0xEC7228) is known color: Tahiti Gold. HEX triplet: EC, 72 and 28. RGB value is (236,114,40). Sum of RGB (Red+Green+Blue) = 236+114+40=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7228 is #138DD7. Grayscale: #8E8E8E. Windows color (decimal): -1281496 or 2650860. OLE color: 2650860.
HSL color Cylindrical-coordinate representation of color #EC7228: hue angle of 22.65º 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 #EC7228 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 40 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.07 |
| HSL | 22.65º | 0.84% | 0.54% | - |
| HSV(B) | 22.65º | 0.83% | 0.93% | - |
| XYZ | 40.99 | 30.02 | 5.64 | - |
| YUV | 142.04 | 70.42 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 40 | 0 | 0.52 | 0.83 | 0.07 | 22.65 | 0.84 | 0.54 |
| Hex | EC | 72 | 28 | 0 | 34 | 53 | 7 | 17 | 54 | 36 |
| Octal | 354 | 162 | 50 | 0 | 64 | 123 | 7 | 27 | 124 | 66 |
| Binary | 11101100 | 1110010 | 101000 | 0 | 110100 | 1010011 | 111 | 10111 | 1010100 | 110110 |
Color Harmonies of #EC7228
Complementary color
Monochromatic Colors of #EC7228
Black with #EC7228
Text Example
Text Example
White with #EC7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7228; }
p { color: rgb(236,114,40); }
H1.HeaderClassName
{
color: #EC7228;
}
.AnyTagClassName
{
color: #EC7228;
}
</style>
background-color css
<style>
a { background-color: #EC7228; }
a { background-color: rgb(236,114,40); }
div.DivClassName
{
background-color: #EC7228;
}
.BgClassName
{
background-color: #EC7228;
}
</style>
border-color css
<style>
span { border-color: #EC7228; }
span { border-color: rgb(236,114,40); }
td.TdClassName
{
border-color: #EC7228;
}
.TagClassName
{
border-color: #EC7228;
}
</style>