Shades of Tahiti Gold #EC6D2A
Tints of Tahiti Gold #EC6D2A
RGB
CMYK
RGB Variations
Color information
#EC6D2A (or 0xEC6D2A) is known color: Tahiti Gold. HEX triplet: EC, 6D and 2A. RGB value is (236,109,42). Sum of RGB (Red+Green+Blue) = 236+109+42=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6D2A is #1392D5. Grayscale: #8B8B8B. Windows color (decimal): -1282774 or 2780652. OLE color: 2780652.
HSL color Cylindrical-coordinate representation of color #EC6D2A: hue angle of 20.72º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC6D2A is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 42 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.07 |
| HSL | 20.72º | 0.84% | 0.55% | - |
| HSV(B) | 20.72º | 0.82% | 0.93% | - |
| XYZ | 40.48 | 28.94 | 5.64 | - |
| YUV | 139.34 | 73.08 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 42 | 0 | 0.54 | 0.82 | 0.07 | 20.72 | 0.84 | 0.55 |
| Hex | EC | 6D | 2A | 0 | 36 | 52 | 7 | 15 | 54 | 37 |
| Octal | 354 | 155 | 52 | 0 | 66 | 122 | 7 | 25 | 124 | 67 |
| Binary | 11101100 | 1101101 | 101010 | 0 | 110110 | 1010010 | 111 | 10101 | 1010100 | 110111 |
Color Harmonies of #EC6D2A
Complementary color
Monochromatic Colors of #EC6D2A
Black with #EC6D2A
Text Example
Text Example
White with #EC6D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D2A; }
p { color: rgb(236,109,42); }
H1.HeaderClassName
{
color: #EC6D2A;
}
.AnyTagClassName
{
color: #EC6D2A;
}
</style>
background-color css
<style>
a { background-color: #EC6D2A; }
a { background-color: rgb(236,109,42); }
div.DivClassName
{
background-color: #EC6D2A;
}
.BgClassName
{
background-color: #EC6D2A;
}
</style>
border-color css
<style>
span { border-color: #EC6D2A; }
span { border-color: rgb(236,109,42); }
td.TdClassName
{
border-color: #EC6D2A;
}
.TagClassName
{
border-color: #EC6D2A;
}
</style>