Shades of Tahiti Gold #EC7722
Tints of Tahiti Gold #EC7722
RGB
CMYK
RGB Variations
Color information
#EC7722 (or 0xEC7722) is known color: Tahiti Gold. HEX triplet: EC, 77 and 22. RGB value is (236,119,34). Sum of RGB (Red+Green+Blue) = 236+119+34=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7722 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7722 is #1388DD. Grayscale: #909090. Windows color (decimal): -1280222 or 2258924. OLE color: 2258924.
HSL color Cylindrical-coordinate representation of color #EC7722: hue angle of 25.25º 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 #EC7722 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 34 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.07 |
| HSL | 25.25º | 0.84% | 0.53% | - |
| HSV(B) | 25.25º | 0.86% | 0.93% | - |
| XYZ | 41.48 | 31.14 | 5.34 | - |
| YUV | 144.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 34 | 0 | 0.50 | 0.86 | 0.07 | 25.25 | 0.84 | 0.53 |
| Hex | EC | 77 | 22 | 0 | 32 | 56 | 7 | 19 | 54 | 35 |
| Octal | 354 | 167 | 42 | 0 | 62 | 126 | 7 | 31 | 124 | 65 |
| Binary | 11101100 | 1110111 | 100010 | 0 | 110010 | 1010110 | 111 | 11001 | 1010100 | 110101 |
Color Harmonies of #EC7722
Complementary color
Monochromatic Colors of #EC7722
Black with #EC7722
Text Example
Text Example
White with #EC7722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7722; }
p { color: rgb(236,119,34); }
H1.HeaderClassName
{
color: #EC7722;
}
.AnyTagClassName
{
color: #EC7722;
}
</style>
background-color css
<style>
a { background-color: #EC7722; }
a { background-color: rgb(236,119,34); }
div.DivClassName
{
background-color: #EC7722;
}
.BgClassName
{
background-color: #EC7722;
}
</style>
border-color css
<style>
span { border-color: #EC7722; }
span { border-color: rgb(236,119,34); }
td.TdClassName
{
border-color: #EC7722;
}
.TagClassName
{
border-color: #EC7722;
}
</style>