Shades of Tahiti Gold #EC731E
Tints of Tahiti Gold #EC731E
RGB
CMYK
RGB Variations
Color information
#EC731E (or 0xEC731E) is known color: Tahiti Gold. HEX triplet: EC, 73 and 1E. RGB value is (236,115,30). Sum of RGB (Red+Green+Blue) = 236+115+30=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC731E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC731E is #138CE1. Grayscale: #8D8D8D. Windows color (decimal): -1281250 or 1995756. OLE color: 1995756.
HSL color Cylindrical-coordinate representation of color #EC731E: hue angle of 24.76º 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 #EC731E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 30 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.07 |
| HSL | 24.76º | 0.84% | 0.52% | - |
| HSV(B) | 24.76º | 0.87% | 0.93% | - |
| XYZ | 40.96 | 30.19 | 4.9 | - |
| YUV | 141.49 | 65.09 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 30 | 0 | 0.51 | 0.87 | 0.07 | 24.76 | 0.84 | 0.52 |
| Hex | EC | 73 | 1E | 0 | 33 | 57 | 7 | 19 | 54 | 34 |
| Octal | 354 | 163 | 36 | 0 | 63 | 127 | 7 | 31 | 124 | 64 |
| Binary | 11101100 | 1110011 | 11110 | 0 | 110011 | 1010111 | 111 | 11001 | 1010100 | 110100 |
Color Harmonies of #EC731E
Complementary color
Monochromatic Colors of #EC731E
Black with #EC731E
Text Example
Text Example
White with #EC731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC731E; }
p { color: rgb(236,115,30); }
H1.HeaderClassName
{
color: #EC731E;
}
.AnyTagClassName
{
color: #EC731E;
}
</style>
background-color css
<style>
a { background-color: #EC731E; }
a { background-color: rgb(236,115,30); }
div.DivClassName
{
background-color: #EC731E;
}
.BgClassName
{
background-color: #EC731E;
}
</style>
border-color css
<style>
span { border-color: #EC731E; }
span { border-color: rgb(236,115,30); }
td.TdClassName
{
border-color: #EC731E;
}
.TagClassName
{
border-color: #EC731E;
}
</style>