Shades of Tahiti Gold #EC721E
Tints of Tahiti Gold #EC721E
RGB
CMYK
RGB Variations
Color information
#EC721E (or 0xEC721E) is known color: Tahiti Gold. HEX triplet: EC, 72 and 1E. RGB value is (236,114,30). Sum of RGB (Red+Green+Blue) = 236+114+30=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC721E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC721E is #138DE1. Grayscale: #8D8D8D. Windows color (decimal): -1281506 or 1995500. OLE color: 1995500.
HSL color Cylindrical-coordinate representation of color #EC721E: hue angle of 24.47º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC721E is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 30 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.07 |
| HSL | 24.47º | 0.84% | 0.52% | - |
| HSV(B) | 24.47º | 0.87% | 0.93% | - |
| XYZ | 40.84 | 29.96 | 4.86 | - |
| YUV | 140.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 30 | 0 | 0.52 | 0.87 | 0.07 | 24.47 | 0.84 | 0.52 |
| Hex | EC | 72 | 1E | 0 | 34 | 57 | 7 | 18 | 54 | 34 |
| Octal | 354 | 162 | 36 | 0 | 64 | 127 | 7 | 30 | 124 | 64 |
| Binary | 11101100 | 1110010 | 11110 | 0 | 110100 | 1010111 | 111 | 11000 | 1010100 | 110100 |
Color Harmonies of #EC721E
Complementary color
Monochromatic Colors of #EC721E
Black with #EC721E
Text Example
Text Example
White with #EC721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC721E; }
p { color: rgb(236,114,30); }
H1.HeaderClassName
{
color: #EC721E;
}
.AnyTagClassName
{
color: #EC721E;
}
</style>
background-color css
<style>
a { background-color: #EC721E; }
a { background-color: rgb(236,114,30); }
div.DivClassName
{
background-color: #EC721E;
}
.BgClassName
{
background-color: #EC721E;
}
</style>
border-color css
<style>
span { border-color: #EC721E; }
span { border-color: rgb(236,114,30); }
td.TdClassName
{
border-color: #EC721E;
}
.TagClassName
{
border-color: #EC721E;
}
</style>