Shades of Tahiti Gold #EC5D1F
Tints of Tahiti Gold #EC5D1F
RGB
CMYK
RGB Variations
Color information
#EC5D1F (or 0xEC5D1F) is known color: Tahiti Gold. HEX triplet: EC, 5D and 1F. RGB value is (236,93,31). Sum of RGB (Red+Green+Blue) = 236+93+31=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D1F is #13A2E0. Grayscale: #818181. Windows color (decimal): -1286881 or 2055660. OLE color: 2055660.
HSL color Cylindrical-coordinate representation of color #EC5D1F: hue angle of 18.15º 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 #EC5D1F is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 31 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.07 |
| HSL | 18.15º | 0.84% | 0.52% | - |
| HSV(B) | 18.15º | 0.87% | 0.93% | - |
| XYZ | 38.75 | 25.76 | 4.23 | - |
| YUV | 128.69 | 72.88 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 31 | 0 | 0.61 | 0.87 | 0.07 | 18.15 | 0.84 | 0.52 |
| Hex | EC | 5D | 1F | 0 | 3D | 57 | 7 | 12 | 54 | 34 |
| Octal | 354 | 135 | 37 | 0 | 75 | 127 | 7 | 22 | 124 | 64 |
| Binary | 11101100 | 1011101 | 11111 | 0 | 111101 | 1010111 | 111 | 10010 | 1010100 | 110100 |
Color Harmonies of #EC5D1F
Complementary color
Monochromatic Colors of #EC5D1F
Black with #EC5D1F
Text Example
Text Example
White with #EC5D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D1F; }
p { color: rgb(236,93,31); }
H1.HeaderClassName
{
color: #EC5D1F;
}
.AnyTagClassName
{
color: #EC5D1F;
}
</style>
background-color css
<style>
a { background-color: #EC5D1F; }
a { background-color: rgb(236,93,31); }
div.DivClassName
{
background-color: #EC5D1F;
}
.BgClassName
{
background-color: #EC5D1F;
}
</style>
border-color css
<style>
span { border-color: #EC5D1F; }
span { border-color: rgb(236,93,31); }
td.TdClassName
{
border-color: #EC5D1F;
}
.TagClassName
{
border-color: #EC5D1F;
}
</style>