Shades of Tahiti Gold #EC691D
Tints of Tahiti Gold #EC691D
RGB
CMYK
RGB Variations
Color information
#EC691D (or 0xEC691D) is known color: Tahiti Gold. HEX triplet: EC, 69 and 1D. RGB value is (236,105,29). Sum of RGB (Red+Green+Blue) = 236+105+29=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC691D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC691D is #1396E2. Grayscale: #878787. Windows color (decimal): -1283811 or 1927660. OLE color: 1927660.
HSL color Cylindrical-coordinate representation of color #EC691D: hue angle of 22.03º 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 #EC691D is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 29 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.07 |
| HSL | 22.03º | 0.84% | 0.52% | - |
| HSV(B) | 22.03º | 0.88% | 0.93% | - |
| XYZ | 39.87 | 28.02 | 4.47 | - |
| YUV | 135.51 | 67.9 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 29 | 0 | 0.56 | 0.88 | 0.07 | 22.03 | 0.84 | 0.52 |
| Hex | EC | 69 | 1D | 0 | 38 | 58 | 7 | 16 | 54 | 34 |
| Octal | 354 | 151 | 35 | 0 | 70 | 130 | 7 | 26 | 124 | 64 |
| Binary | 11101100 | 1101001 | 11101 | 0 | 111000 | 1011000 | 111 | 10110 | 1010100 | 110100 |
Color Harmonies of #EC691D
Complementary color
Monochromatic Colors of #EC691D
Black with #EC691D
Text Example
Text Example
White with #EC691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC691D; }
p { color: rgb(236,105,29); }
H1.HeaderClassName
{
color: #EC691D;
}
.AnyTagClassName
{
color: #EC691D;
}
</style>
background-color css
<style>
a { background-color: #EC691D; }
a { background-color: rgb(236,105,29); }
div.DivClassName
{
background-color: #EC691D;
}
.BgClassName
{
background-color: #EC691D;
}
</style>
border-color css
<style>
span { border-color: #EC691D; }
span { border-color: rgb(236,105,29); }
td.TdClassName
{
border-color: #EC691D;
}
.TagClassName
{
border-color: #EC691D;
}
</style>