Shades of Tahiti Gold #EC721F
Tints of Tahiti Gold #EC721F
RGB
CMYK
RGB Variations
Color information
#EC721F (or 0xEC721F) is known color: Tahiti Gold. HEX triplet: EC, 72 and 1F. RGB value is (236,114,31). Sum of RGB (Red+Green+Blue) = 236+114+31=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC721F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC721F is #138DE0. Grayscale: #8D8D8D. Windows color (decimal): -1281505 or 2061036. OLE color: 2061036.
HSL color Cylindrical-coordinate representation of color #EC721F: hue angle of 24.29º 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 #EC721F is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 31 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.07 |
| HSL | 24.29º | 0.84% | 0.52% | - |
| HSV(B) | 24.29º | 0.87% | 0.93% | - |
| XYZ | 40.86 | 29.97 | 4.93 | - |
| YUV | 141.02 | 65.92 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 31 | 0 | 0.52 | 0.87 | 0.07 | 24.29 | 0.84 | 0.52 |
| Hex | EC | 72 | 1F | 0 | 34 | 57 | 7 | 18 | 54 | 34 |
| Octal | 354 | 162 | 37 | 0 | 64 | 127 | 7 | 30 | 124 | 64 |
| Binary | 11101100 | 1110010 | 11111 | 0 | 110100 | 1010111 | 111 | 11000 | 1010100 | 110100 |
Color Harmonies of #EC721F
Complementary color
Monochromatic Colors of #EC721F
Black with #EC721F
Text Example
Text Example
White with #EC721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC721F; }
p { color: rgb(236,114,31); }
H1.HeaderClassName
{
color: #EC721F;
}
.AnyTagClassName
{
color: #EC721F;
}
</style>
background-color css
<style>
a { background-color: #EC721F; }
a { background-color: rgb(236,114,31); }
div.DivClassName
{
background-color: #EC721F;
}
.BgClassName
{
background-color: #EC721F;
}
</style>
border-color css
<style>
span { border-color: #EC721F; }
span { border-color: rgb(236,114,31); }
td.TdClassName
{
border-color: #EC721F;
}
.TagClassName
{
border-color: #EC721F;
}
</style>