Shades of Tahiti Gold #EC5D21
Tints of Tahiti Gold #EC5D21
RGB
CMYK
RGB Variations
Color information
#EC5D21 (or 0xEC5D21) is known color: Tahiti Gold. HEX triplet: EC, 5D and 21. RGB value is (236,93,33). Sum of RGB (Red+Green+Blue) = 236+93+33=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D21 is #13A2DE. Grayscale: #818181. Windows color (decimal): -1286879 or 2186732. OLE color: 2186732.
HSL color Cylindrical-coordinate representation of color #EC5D21: hue angle of 17.73º 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 #EC5D21 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 33 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.07 |
| HSL | 17.73º | 0.84% | 0.53% | - |
| HSV(B) | 17.73º | 0.86% | 0.93% | - |
| XYZ | 38.78 | 25.77 | 4.37 | - |
| YUV | 128.92 | 73.88 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 33 | 0 | 0.61 | 0.86 | 0.07 | 17.73 | 0.84 | 0.53 |
| Hex | EC | 5D | 21 | 0 | 3D | 56 | 7 | 12 | 54 | 35 |
| Octal | 354 | 135 | 41 | 0 | 75 | 126 | 7 | 22 | 124 | 65 |
| Binary | 11101100 | 1011101 | 100001 | 0 | 111101 | 1010110 | 111 | 10010 | 1010100 | 110101 |
Color Harmonies of #EC5D21
Complementary color
Monochromatic Colors of #EC5D21
Black with #EC5D21
Text Example
Text Example
White with #EC5D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D21; }
p { color: rgb(236,93,33); }
H1.HeaderClassName
{
color: #EC5D21;
}
.AnyTagClassName
{
color: #EC5D21;
}
</style>
background-color css
<style>
a { background-color: #EC5D21; }
a { background-color: rgb(236,93,33); }
div.DivClassName
{
background-color: #EC5D21;
}
.BgClassName
{
background-color: #EC5D21;
}
</style>
border-color css
<style>
span { border-color: #EC5D21; }
span { border-color: rgb(236,93,33); }
td.TdClassName
{
border-color: #EC5D21;
}
.TagClassName
{
border-color: #EC5D21;
}
</style>