Shades of Tahiti Gold #EC641F
Tints of Tahiti Gold #EC641F
RGB
CMYK
RGB Variations
Color information
#EC641F (or 0xEC641F) is known color: Tahiti Gold. HEX triplet: EC, 64 and 1F. RGB value is (236,100,31). Sum of RGB (Red+Green+Blue) = 236+100+31=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC641F is #139BE0. Grayscale: #858585. Windows color (decimal): -1285089 or 2057452. OLE color: 2057452.
HSL color Cylindrical-coordinate representation of color #EC641F: hue angle of 20.2º 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 #EC641F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 31 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.07 |
| HSL | 20.2º | 0.84% | 0.52% | - |
| HSV(B) | 20.2º | 0.87% | 0.93% | - |
| XYZ | 39.4 | 27.05 | 4.44 | - |
| YUV | 132.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 31 | 0 | 0.58 | 0.87 | 0.07 | 20.2 | 0.84 | 0.52 |
| Hex | EC | 64 | 1F | 0 | 3A | 57 | 7 | 14 | 54 | 34 |
| Octal | 354 | 144 | 37 | 0 | 72 | 127 | 7 | 24 | 124 | 64 |
| Binary | 11101100 | 1100100 | 11111 | 0 | 111010 | 1010111 | 111 | 10100 | 1010100 | 110100 |
Color Harmonies of #EC641F
Complementary color
Monochromatic Colors of #EC641F
Black with #EC641F
Text Example
Text Example
White with #EC641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC641F; }
p { color: rgb(236,100,31); }
H1.HeaderClassName
{
color: #EC641F;
}
.AnyTagClassName
{
color: #EC641F;
}
</style>
background-color css
<style>
a { background-color: #EC641F; }
a { background-color: rgb(236,100,31); }
div.DivClassName
{
background-color: #EC641F;
}
.BgClassName
{
background-color: #EC641F;
}
</style>
border-color css
<style>
span { border-color: #EC641F; }
span { border-color: rgb(236,100,31); }
td.TdClassName
{
border-color: #EC641F;
}
.TagClassName
{
border-color: #EC641F;
}
</style>