Shades of Tahiti Gold #EC6520
Tints of Tahiti Gold #EC6520
RGB
CMYK
RGB Variations
Color information
#EC6520 (or 0xEC6520) is known color: Tahiti Gold. HEX triplet: EC, 65 and 20. RGB value is (236,101,32). Sum of RGB (Red+Green+Blue) = 236+101+32=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6520 is #139ADF. Grayscale: #858585. Windows color (decimal): -1284832 or 2123244. OLE color: 2123244.
HSL color Cylindrical-coordinate representation of color #EC6520: hue angle of 20.29º 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 #EC6520 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 32 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.07 |
| HSL | 20.29º | 0.84% | 0.53% | - |
| HSV(B) | 20.29º | 0.86% | 0.93% | - |
| XYZ | 39.51 | 27.24 | 4.54 | - |
| YUV | 133.5 | 70.73 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 32 | 0 | 0.57 | 0.86 | 0.07 | 20.29 | 0.84 | 0.53 |
| Hex | EC | 65 | 20 | 0 | 39 | 56 | 7 | 14 | 54 | 35 |
| Octal | 354 | 145 | 40 | 0 | 71 | 126 | 7 | 24 | 124 | 65 |
| Binary | 11101100 | 1100101 | 100000 | 0 | 111001 | 1010110 | 111 | 10100 | 1010100 | 110101 |
Color Harmonies of #EC6520
Complementary color
Monochromatic Colors of #EC6520
Black with #EC6520
Text Example
Text Example
White with #EC6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6520; }
p { color: rgb(236,101,32); }
H1.HeaderClassName
{
color: #EC6520;
}
.AnyTagClassName
{
color: #EC6520;
}
</style>
background-color css
<style>
a { background-color: #EC6520; }
a { background-color: rgb(236,101,32); }
div.DivClassName
{
background-color: #EC6520;
}
.BgClassName
{
background-color: #EC6520;
}
</style>
border-color css
<style>
span { border-color: #EC6520; }
span { border-color: rgb(236,101,32); }
td.TdClassName
{
border-color: #EC6520;
}
.TagClassName
{
border-color: #EC6520;
}
</style>