Shades of Tahiti Gold #EC7528
Tints of Tahiti Gold #EC7528
RGB
CMYK
RGB Variations
Color information
#EC7528 (or 0xEC7528) is known color: Tahiti Gold. HEX triplet: EC, 75 and 28. RGB value is (236,117,40). Sum of RGB (Red+Green+Blue) = 236+117+40=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7528 is #138AD7. Grayscale: #909090. Windows color (decimal): -1280728 or 2651628. OLE color: 2651628.
HSL color Cylindrical-coordinate representation of color #EC7528: hue angle of 23.57º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC7528 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 40 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.07 |
| HSL | 23.57º | 0.84% | 0.54% | - |
| HSV(B) | 23.57º | 0.83% | 0.93% | - |
| XYZ | 41.34 | 30.71 | 5.76 | - |
| YUV | 143.8 | 69.42 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 40 | 0 | 0.50 | 0.83 | 0.07 | 23.57 | 0.84 | 0.54 |
| Hex | EC | 75 | 28 | 0 | 32 | 53 | 7 | 18 | 54 | 36 |
| Octal | 354 | 165 | 50 | 0 | 62 | 123 | 7 | 30 | 124 | 66 |
| Binary | 11101100 | 1110101 | 101000 | 0 | 110010 | 1010011 | 111 | 11000 | 1010100 | 110110 |
Color Harmonies of #EC7528
Complementary color
Monochromatic Colors of #EC7528
Black with #EC7528
Text Example
Text Example
White with #EC7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7528; }
p { color: rgb(236,117,40); }
H1.HeaderClassName
{
color: #EC7528;
}
.AnyTagClassName
{
color: #EC7528;
}
</style>
background-color css
<style>
a { background-color: #EC7528; }
a { background-color: rgb(236,117,40); }
div.DivClassName
{
background-color: #EC7528;
}
.BgClassName
{
background-color: #EC7528;
}
</style>
border-color css
<style>
span { border-color: #EC7528; }
span { border-color: rgb(236,117,40); }
td.TdClassName
{
border-color: #EC7528;
}
.TagClassName
{
border-color: #EC7528;
}
</style>