Shades of Tahiti Gold #EC6F2F
Tints of Tahiti Gold #EC6F2F
RGB
CMYK
RGB Variations
Color information
#EC6F2F (or 0xEC6F2F) is known color: Tahiti Gold. HEX triplet: EC, 6F and 2F. RGB value is (236,111,47). Sum of RGB (Red+Green+Blue) = 236+111+47=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6F2F is #1390D0. Grayscale: #8D8D8D. Windows color (decimal): -1282257 or 3108844. OLE color: 3108844.
HSL color Cylindrical-coordinate representation of color #EC6F2F: hue angle of 20.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC6F2F is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 47 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.07 |
| HSL | 20.32º | 0.83% | 0.55% | - |
| HSV(B) | 20.32º | 0.8% | 0.93% | - |
| XYZ | 40.79 | 29.41 | 6.22 | - |
| YUV | 141.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 47 | 0 | 0.53 | 0.80 | 0.07 | 20.32 | 0.83 | 0.55 |
| Hex | EC | 6F | 2F | 0 | 35 | 50 | 7 | 14 | 53 | 37 |
| Octal | 354 | 157 | 57 | 0 | 65 | 120 | 7 | 24 | 123 | 67 |
| Binary | 11101100 | 1101111 | 101111 | 0 | 110101 | 1010000 | 111 | 10100 | 1010011 | 110111 |
Color Harmonies of #EC6F2F
Complementary color
Monochromatic Colors of #EC6F2F
Black with #EC6F2F
Text Example
Text Example
White with #EC6F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F2F; }
p { color: rgb(236,111,47); }
H1.HeaderClassName
{
color: #EC6F2F;
}
.AnyTagClassName
{
color: #EC6F2F;
}
</style>
background-color css
<style>
a { background-color: #EC6F2F; }
a { background-color: rgb(236,111,47); }
div.DivClassName
{
background-color: #EC6F2F;
}
.BgClassName
{
background-color: #EC6F2F;
}
</style>
border-color css
<style>
span { border-color: #EC6F2F; }
span { border-color: rgb(236,111,47); }
td.TdClassName
{
border-color: #EC6F2F;
}
.TagClassName
{
border-color: #EC6F2F;
}
</style>