Shades of Tahiti Gold #EC6320
Tints of Tahiti Gold #EC6320
RGB
CMYK
RGB Variations
Color information
#EC6320 (or 0xEC6320) is known color: Tahiti Gold. HEX triplet: EC, 63 and 20. RGB value is (236,99,32). Sum of RGB (Red+Green+Blue) = 236+99+32=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6320 is #139CDF. Grayscale: #848484. Windows color (decimal): -1285344 or 2122732. OLE color: 2122732.
HSL color Cylindrical-coordinate representation of color #EC6320: hue angle of 19.71º 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 #EC6320 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 32 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.07 |
| HSL | 19.71º | 0.84% | 0.53% | - |
| HSV(B) | 19.71º | 0.86% | 0.93% | - |
| XYZ | 39.31 | 26.86 | 4.48 | - |
| YUV | 132.33 | 71.39 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 32 | 0 | 0.58 | 0.86 | 0.07 | 19.71 | 0.84 | 0.53 |
| Hex | EC | 63 | 20 | 0 | 3A | 56 | 7 | 14 | 54 | 35 |
| Octal | 354 | 143 | 40 | 0 | 72 | 126 | 7 | 24 | 124 | 65 |
| Binary | 11101100 | 1100011 | 100000 | 0 | 111010 | 1010110 | 111 | 10100 | 1010100 | 110101 |
Color Harmonies of #EC6320
Complementary color
Monochromatic Colors of #EC6320
Black with #EC6320
Text Example
Text Example
White with #EC6320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6320; }
p { color: rgb(236,99,32); }
H1.HeaderClassName
{
color: #EC6320;
}
.AnyTagClassName
{
color: #EC6320;
}
</style>
background-color css
<style>
a { background-color: #EC6320; }
a { background-color: rgb(236,99,32); }
div.DivClassName
{
background-color: #EC6320;
}
.BgClassName
{
background-color: #EC6320;
}
</style>
border-color css
<style>
span { border-color: #EC6320; }
span { border-color: rgb(236,99,32); }
td.TdClassName
{
border-color: #EC6320;
}
.TagClassName
{
border-color: #EC6320;
}
</style>