Shades of Tahiti Gold #EC7421
Tints of Tahiti Gold #EC7421
RGB
CMYK
RGB Variations
Color information
#EC7421 (or 0xEC7421) is known color: Tahiti Gold. HEX triplet: EC, 74 and 21. RGB value is (236,116,33). Sum of RGB (Red+Green+Blue) = 236+116+33=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7421 is #138BDE. Grayscale: #8E8E8E. Windows color (decimal): -1280991 or 2192620. OLE color: 2192620.
HSL color Cylindrical-coordinate representation of color #EC7421: hue angle of 24.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC7421 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 33 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.07 |
| HSL | 24.53º | 0.84% | 0.53% | - |
| HSV(B) | 24.53º | 0.86% | 0.93% | - |
| XYZ | 41.11 | 30.43 | 5.15 | - |
| YUV | 142.42 | 66.26 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 33 | 0 | 0.51 | 0.86 | 0.07 | 24.53 | 0.84 | 0.53 |
| Hex | EC | 74 | 21 | 0 | 33 | 56 | 7 | 19 | 54 | 35 |
| Octal | 354 | 164 | 41 | 0 | 63 | 126 | 7 | 31 | 124 | 65 |
| Binary | 11101100 | 1110100 | 100001 | 0 | 110011 | 1010110 | 111 | 11001 | 1010100 | 110101 |
Color Harmonies of #EC7421
Complementary color
Monochromatic Colors of #EC7421
Black with #EC7421
Text Example
Text Example
White with #EC7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7421; }
p { color: rgb(236,116,33); }
H1.HeaderClassName
{
color: #EC7421;
}
.AnyTagClassName
{
color: #EC7421;
}
</style>
background-color css
<style>
a { background-color: #EC7421; }
a { background-color: rgb(236,116,33); }
div.DivClassName
{
background-color: #EC7421;
}
.BgClassName
{
background-color: #EC7421;
}
</style>
border-color css
<style>
span { border-color: #EC7421; }
span { border-color: rgb(236,116,33); }
td.TdClassName
{
border-color: #EC7421;
}
.TagClassName
{
border-color: #EC7421;
}
</style>