Shades of Tahiti Gold #EC6B2B
Tints of Tahiti Gold #EC6B2B
RGB
CMYK
RGB Variations
Color information
#EC6B2B (or 0xEC6B2B) is known color: Tahiti Gold. HEX triplet: EC, 6B and 2B. RGB value is (236,107,43). Sum of RGB (Red+Green+Blue) = 236+107+43=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6B2B is #1394D4. Grayscale: #8A8A8A. Windows color (decimal): -1283285 or 2845676. OLE color: 2845676.
HSL color Cylindrical-coordinate representation of color #EC6B2B: hue angle of 19.9º 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 #EC6B2B is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 43 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.07 |
| HSL | 19.9º | 0.84% | 0.55% | - |
| HSV(B) | 19.9º | 0.82% | 0.93% | - |
| XYZ | 40.29 | 28.52 | 5.67 | - |
| YUV | 138.28 | 74.24 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 43 | 0 | 0.55 | 0.82 | 0.07 | 19.9 | 0.84 | 0.55 |
| Hex | EC | 6B | 2B | 0 | 37 | 52 | 7 | 14 | 54 | 37 |
| Octal | 354 | 153 | 53 | 0 | 67 | 122 | 7 | 24 | 124 | 67 |
| Binary | 11101100 | 1101011 | 101011 | 0 | 110111 | 1010010 | 111 | 10100 | 1010100 | 110111 |
Color Harmonies of #EC6B2B
Complementary color
Monochromatic Colors of #EC6B2B
Black with #EC6B2B
Text Example
Text Example
White with #EC6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B2B; }
p { color: rgb(236,107,43); }
H1.HeaderClassName
{
color: #EC6B2B;
}
.AnyTagClassName
{
color: #EC6B2B;
}
</style>
background-color css
<style>
a { background-color: #EC6B2B; }
a { background-color: rgb(236,107,43); }
div.DivClassName
{
background-color: #EC6B2B;
}
.BgClassName
{
background-color: #EC6B2B;
}
</style>
border-color css
<style>
span { border-color: #EC6B2B; }
span { border-color: rgb(236,107,43); }
td.TdClassName
{
border-color: #EC6B2B;
}
.TagClassName
{
border-color: #EC6B2B;
}
</style>