Shades of Tahiti Gold #EC6825
Tints of Tahiti Gold #EC6825
RGB
CMYK
RGB Variations
Color information
#EC6825 (or 0xEC6825) is known color: Tahiti Gold. HEX triplet: EC, 68 and 25. RGB value is (236,104,37). Sum of RGB (Red+Green+Blue) = 236+104+37=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6825 is #1397DA. Grayscale: #888888. Windows color (decimal): -1284059 or 2451692. OLE color: 2451692.
HSL color Cylindrical-coordinate representation of color #EC6825: hue angle of 20.2º 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 #EC6825 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 37 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.07 |
| HSL | 20.2º | 0.84% | 0.54% | - |
| HSV(B) | 20.2º | 0.84% | 0.93% | - |
| XYZ | 39.88 | 27.87 | 5.03 | - |
| YUV | 135.83 | 72.23 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 37 | 0 | 0.56 | 0.84 | 0.07 | 20.2 | 0.84 | 0.54 |
| Hex | EC | 68 | 25 | 0 | 38 | 54 | 7 | 14 | 54 | 36 |
| Octal | 354 | 150 | 45 | 0 | 70 | 124 | 7 | 24 | 124 | 66 |
| Binary | 11101100 | 1101000 | 100101 | 0 | 111000 | 1010100 | 111 | 10100 | 1010100 | 110110 |
Color Harmonies of #EC6825
Complementary color
Monochromatic Colors of #EC6825
Black with #EC6825
Text Example
Text Example
White with #EC6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6825; }
p { color: rgb(236,104,37); }
H1.HeaderClassName
{
color: #EC6825;
}
.AnyTagClassName
{
color: #EC6825;
}
</style>
background-color css
<style>
a { background-color: #EC6825; }
a { background-color: rgb(236,104,37); }
div.DivClassName
{
background-color: #EC6825;
}
.BgClassName
{
background-color: #EC6825;
}
</style>
border-color css
<style>
span { border-color: #EC6825; }
span { border-color: rgb(236,104,37); }
td.TdClassName
{
border-color: #EC6825;
}
.TagClassName
{
border-color: #EC6825;
}
</style>