Shades of Tahiti Gold #EC6326
Tints of Tahiti Gold #EC6326
RGB
CMYK
RGB Variations
Color information
#EC6326 (or 0xEC6326) is known color: Tahiti Gold. HEX triplet: EC, 63 and 26. RGB value is (236,99,38). Sum of RGB (Red+Green+Blue) = 236+99+38=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6326 is #139CD9. Grayscale: #858585. Windows color (decimal): -1285338 or 2515948. OLE color: 2515948.
HSL color Cylindrical-coordinate representation of color #EC6326: hue angle of 18.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC6326 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 38 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.07 |
| HSL | 18.48º | 0.84% | 0.54% | - |
| HSV(B) | 18.48º | 0.84% | 0.93% | - |
| XYZ | 39.4 | 26.9 | 4.95 | - |
| YUV | 133.01 | 74.39 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 38 | 0 | 0.58 | 0.84 | 0.07 | 18.48 | 0.84 | 0.54 |
| Hex | EC | 63 | 26 | 0 | 3A | 54 | 7 | 12 | 54 | 36 |
| Octal | 354 | 143 | 46 | 0 | 72 | 124 | 7 | 22 | 124 | 66 |
| Binary | 11101100 | 1100011 | 100110 | 0 | 111010 | 1010100 | 111 | 10010 | 1010100 | 110110 |
Color Harmonies of #EC6326
Complementary color
Monochromatic Colors of #EC6326
Black with #EC6326
Text Example
Text Example
White with #EC6326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6326; }
p { color: rgb(236,99,38); }
H1.HeaderClassName
{
color: #EC6326;
}
.AnyTagClassName
{
color: #EC6326;
}
</style>
background-color css
<style>
a { background-color: #EC6326; }
a { background-color: rgb(236,99,38); }
div.DivClassName
{
background-color: #EC6326;
}
.BgClassName
{
background-color: #EC6326;
}
</style>
border-color css
<style>
span { border-color: #EC6326; }
span { border-color: rgb(236,99,38); }
td.TdClassName
{
border-color: #EC6326;
}
.TagClassName
{
border-color: #EC6326;
}
</style>