Shades of Tahiti Gold #EC5C20
Tints of Tahiti Gold #EC5C20
RGB
CMYK
RGB Variations
Color information
#EC5C20 (or 0xEC5C20) is known color: Tahiti Gold. HEX triplet: EC, 5C and 20. RGB value is (236,92,32). Sum of RGB (Red+Green+Blue) = 236+92+32=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C20 is #13A3DF. Grayscale: #808080. Windows color (decimal): -1287136 or 2120940. OLE color: 2120940.
HSL color Cylindrical-coordinate representation of color #EC5C20: hue angle of 17.65º 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 #EC5C20 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 32 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.07 |
| HSL | 17.65º | 0.84% | 0.53% | - |
| HSV(B) | 17.65º | 0.86% | 0.93% | - |
| XYZ | 38.68 | 25.59 | 4.27 | - |
| YUV | 128.22 | 73.71 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 32 | 0 | 0.61 | 0.86 | 0.07 | 17.65 | 0.84 | 0.53 |
| Hex | EC | 5C | 20 | 0 | 3D | 56 | 7 | 12 | 54 | 35 |
| Octal | 354 | 134 | 40 | 0 | 75 | 126 | 7 | 22 | 124 | 65 |
| Binary | 11101100 | 1011100 | 100000 | 0 | 111101 | 1010110 | 111 | 10010 | 1010100 | 110101 |
Color Harmonies of #EC5C20
Complementary color
Monochromatic Colors of #EC5C20
Black with #EC5C20
Text Example
Text Example
White with #EC5C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C20; }
p { color: rgb(236,92,32); }
H1.HeaderClassName
{
color: #EC5C20;
}
.AnyTagClassName
{
color: #EC5C20;
}
</style>
background-color css
<style>
a { background-color: #EC5C20; }
a { background-color: rgb(236,92,32); }
div.DivClassName
{
background-color: #EC5C20;
}
.BgClassName
{
background-color: #EC5C20;
}
</style>
border-color css
<style>
span { border-color: #EC5C20; }
span { border-color: rgb(236,92,32); }
td.TdClassName
{
border-color: #EC5C20;
}
.TagClassName
{
border-color: #EC5C20;
}
</style>