Shades of Tahiti Gold #EC641D
Tints of Tahiti Gold #EC641D
RGB
CMYK
RGB Variations
Color information
#EC641D (or 0xEC641D) is known color: Tahiti Gold. HEX triplet: EC, 64 and 1D. RGB value is (236,100,29). Sum of RGB (Red+Green+Blue) = 236+100+29=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC641D is #139BE2. Grayscale: #848484. Windows color (decimal): -1285091 or 1926380. OLE color: 1926380.
HSL color Cylindrical-coordinate representation of color #EC641D: hue angle of 20.58º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC641D is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 29 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.07 |
| HSL | 20.58º | 0.84% | 0.52% | - |
| HSV(B) | 20.58º | 0.88% | 0.93% | - |
| XYZ | 39.37 | 27.04 | 4.31 | - |
| YUV | 132.57 | 69.56 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 29 | 0 | 0.58 | 0.88 | 0.07 | 20.58 | 0.84 | 0.52 |
| Hex | EC | 64 | 1D | 0 | 3A | 58 | 7 | 15 | 54 | 34 |
| Octal | 354 | 144 | 35 | 0 | 72 | 130 | 7 | 25 | 124 | 64 |
| Binary | 11101100 | 1100100 | 11101 | 0 | 111010 | 1011000 | 111 | 10101 | 1010100 | 110100 |
Color Harmonies of #EC641D
Complementary color
Monochromatic Colors of #EC641D
Black with #EC641D
Text Example
Text Example
White with #EC641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC641D; }
p { color: rgb(236,100,29); }
H1.HeaderClassName
{
color: #EC641D;
}
.AnyTagClassName
{
color: #EC641D;
}
</style>
background-color css
<style>
a { background-color: #EC641D; }
a { background-color: rgb(236,100,29); }
div.DivClassName
{
background-color: #EC641D;
}
.BgClassName
{
background-color: #EC641D;
}
</style>
border-color css
<style>
span { border-color: #EC641D; }
span { border-color: rgb(236,100,29); }
td.TdClassName
{
border-color: #EC641D;
}
.TagClassName
{
border-color: #EC641D;
}
</style>