Shades of Tahiti Gold #EC7323
Tints of Tahiti Gold #EC7323
RGB
CMYK
RGB Variations
Color information
#EC7323 (or 0xEC7323) is known color: Tahiti Gold. HEX triplet: EC, 73 and 23. RGB value is (236,115,35). Sum of RGB (Red+Green+Blue) = 236+115+35=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7323 is #138CDC. Grayscale: #8E8E8E. Windows color (decimal): -1281245 or 2323436. OLE color: 2323436.
HSL color Cylindrical-coordinate representation of color #EC7323: hue angle of 23.88º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC7323 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 35 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.07 |
| HSL | 23.88º | 0.84% | 0.53% | - |
| HSV(B) | 23.88º | 0.85% | 0.93% | - |
| XYZ | 41.03 | 30.22 | 5.26 | - |
| YUV | 142.06 | 67.59 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 35 | 0 | 0.51 | 0.85 | 0.07 | 23.88 | 0.84 | 0.53 |
| Hex | EC | 73 | 23 | 0 | 33 | 55 | 7 | 18 | 54 | 35 |
| Octal | 354 | 163 | 43 | 0 | 63 | 125 | 7 | 30 | 124 | 65 |
| Binary | 11101100 | 1110011 | 100011 | 0 | 110011 | 1010101 | 111 | 11000 | 1010100 | 110101 |
Color Harmonies of #EC7323
Complementary color
Monochromatic Colors of #EC7323
Black with #EC7323
Text Example
Text Example
White with #EC7323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7323; }
p { color: rgb(236,115,35); }
H1.HeaderClassName
{
color: #EC7323;
}
.AnyTagClassName
{
color: #EC7323;
}
</style>
background-color css
<style>
a { background-color: #EC7323; }
a { background-color: rgb(236,115,35); }
div.DivClassName
{
background-color: #EC7323;
}
.BgClassName
{
background-color: #EC7323;
}
</style>
border-color css
<style>
span { border-color: #EC7323; }
span { border-color: rgb(236,115,35); }
td.TdClassName
{
border-color: #EC7323;
}
.TagClassName
{
border-color: #EC7323;
}
</style>