Shades of Tahiti Gold #EC701F
Tints of Tahiti Gold #EC701F
RGB
CMYK
RGB Variations
Color information
#EC701F (or 0xEC701F) is known color: Tahiti Gold. HEX triplet: EC, 70 and 1F. RGB value is (236,112,31). Sum of RGB (Red+Green+Blue) = 236+112+31=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC701F is #138FE0. Grayscale: #8C8C8C. Windows color (decimal): -1282017 or 2060524. OLE color: 2060524.
HSL color Cylindrical-coordinate representation of color #EC701F: hue angle of 23.71º 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 #EC701F is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 31 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.07 |
| HSL | 23.71º | 0.84% | 0.52% | - |
| HSV(B) | 23.71º | 0.87% | 0.93% | - |
| XYZ | 40.63 | 29.52 | 4.85 | - |
| YUV | 139.84 | 66.58 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 31 | 0 | 0.53 | 0.87 | 0.07 | 23.71 | 0.84 | 0.52 |
| Hex | EC | 70 | 1F | 0 | 35 | 57 | 7 | 18 | 54 | 34 |
| Octal | 354 | 160 | 37 | 0 | 65 | 127 | 7 | 30 | 124 | 64 |
| Binary | 11101100 | 1110000 | 11111 | 0 | 110101 | 1010111 | 111 | 11000 | 1010100 | 110100 |
Color Harmonies of #EC701F
Complementary color
Monochromatic Colors of #EC701F
Black with #EC701F
Text Example
Text Example
White with #EC701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC701F; }
p { color: rgb(236,112,31); }
H1.HeaderClassName
{
color: #EC701F;
}
.AnyTagClassName
{
color: #EC701F;
}
</style>
background-color css
<style>
a { background-color: #EC701F; }
a { background-color: rgb(236,112,31); }
div.DivClassName
{
background-color: #EC701F;
}
.BgClassName
{
background-color: #EC701F;
}
</style>
border-color css
<style>
span { border-color: #EC701F; }
span { border-color: rgb(236,112,31); }
td.TdClassName
{
border-color: #EC701F;
}
.TagClassName
{
border-color: #EC701F;
}
</style>