Shades of Tahiti Gold #EC731F
Tints of Tahiti Gold #EC731F
RGB
CMYK
RGB Variations
Color information
#EC731F (or 0xEC731F) is known color: Tahiti Gold. HEX triplet: EC, 73 and 1F. RGB value is (236,115,31). Sum of RGB (Red+Green+Blue) = 236+115+31=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC731F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC731F is #138CE0. Grayscale: #8E8E8E. Windows color (decimal): -1281249 or 2061292. OLE color: 2061292.
HSL color Cylindrical-coordinate representation of color #EC731F: hue angle of 24.59º 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 #EC731F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 31 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.07 |
| HSL | 24.59º | 0.84% | 0.52% | - |
| HSV(B) | 24.59º | 0.87% | 0.93% | - |
| XYZ | 40.97 | 30.19 | 4.96 | - |
| YUV | 141.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 31 | 0 | 0.51 | 0.87 | 0.07 | 24.59 | 0.84 | 0.52 |
| Hex | EC | 73 | 1F | 0 | 33 | 57 | 7 | 19 | 54 | 34 |
| Octal | 354 | 163 | 37 | 0 | 63 | 127 | 7 | 31 | 124 | 64 |
| Binary | 11101100 | 1110011 | 11111 | 0 | 110011 | 1010111 | 111 | 11001 | 1010100 | 110100 |
Color Harmonies of #EC731F
Complementary color
Monochromatic Colors of #EC731F
Black with #EC731F
Text Example
Text Example
White with #EC731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC731F; }
p { color: rgb(236,115,31); }
H1.HeaderClassName
{
color: #EC731F;
}
.AnyTagClassName
{
color: #EC731F;
}
</style>
background-color css
<style>
a { background-color: #EC731F; }
a { background-color: rgb(236,115,31); }
div.DivClassName
{
background-color: #EC731F;
}
.BgClassName
{
background-color: #EC731F;
}
</style>
border-color css
<style>
span { border-color: #EC731F; }
span { border-color: rgb(236,115,31); }
td.TdClassName
{
border-color: #EC731F;
}
.TagClassName
{
border-color: #EC731F;
}
</style>