Shades of Tahiti Gold #EC6226
Tints of Tahiti Gold #EC6226
RGB
CMYK
RGB Variations
Color information
#EC6226 (or 0xEC6226) is known color: Tahiti Gold. HEX triplet: EC, 62 and 26. RGB value is (236,98,38). Sum of RGB (Red+Green+Blue) = 236+98+38=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6226 is #139DD9. Grayscale: #848484. Windows color (decimal): -1285594 or 2515692. OLE color: 2515692.
HSL color Cylindrical-coordinate representation of color #EC6226: hue angle of 18.18º 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 #EC6226 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 38 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.07 |
| HSL | 18.18º | 0.84% | 0.54% | - |
| HSV(B) | 18.18º | 0.84% | 0.93% | - |
| XYZ | 39.31 | 26.71 | 4.92 | - |
| YUV | 132.42 | 74.72 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 38 | 0 | 0.58 | 0.84 | 0.07 | 18.18 | 0.84 | 0.54 |
| Hex | EC | 62 | 26 | 0 | 3A | 54 | 7 | 12 | 54 | 36 |
| Octal | 354 | 142 | 46 | 0 | 72 | 124 | 7 | 22 | 124 | 66 |
| Binary | 11101100 | 1100010 | 100110 | 0 | 111010 | 1010100 | 111 | 10010 | 1010100 | 110110 |
Color Harmonies of #EC6226
Complementary color
Monochromatic Colors of #EC6226
Black with #EC6226
Text Example
Text Example
White with #EC6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6226; }
p { color: rgb(236,98,38); }
H1.HeaderClassName
{
color: #EC6226;
}
.AnyTagClassName
{
color: #EC6226;
}
</style>
background-color css
<style>
a { background-color: #EC6226; }
a { background-color: rgb(236,98,38); }
div.DivClassName
{
background-color: #EC6226;
}
.BgClassName
{
background-color: #EC6226;
}
</style>
border-color css
<style>
span { border-color: #EC6226; }
span { border-color: rgb(236,98,38); }
td.TdClassName
{
border-color: #EC6226;
}
.TagClassName
{
border-color: #EC6226;
}
</style>