Shades of Tahiti Gold #EC782A
Tints of Tahiti Gold #EC782A
RGB
CMYK
RGB Variations
Color information
#EC782A (or 0xEC782A) is known color: Tahiti Gold. HEX triplet: EC, 78 and 2A. RGB value is (236,120,42). Sum of RGB (Red+Green+Blue) = 236+120+42=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC782A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC782A is #1387D5. Grayscale: #929292. Windows color (decimal): -1279958 or 2783468. OLE color: 2783468.
HSL color Cylindrical-coordinate representation of color #EC782A: hue angle of 24.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC782A is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 42 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.07 |
| HSL | 24.12º | 0.84% | 0.55% | - |
| HSV(B) | 24.12º | 0.82% | 0.93% | - |
| XYZ | 41.73 | 31.43 | 6.06 | - |
| YUV | 145.79 | 69.43 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 42 | 0 | 0.49 | 0.82 | 0.07 | 24.12 | 0.84 | 0.55 |
| Hex | EC | 78 | 2A | 0 | 31 | 52 | 7 | 18 | 54 | 37 |
| Octal | 354 | 170 | 52 | 0 | 61 | 122 | 7 | 30 | 124 | 67 |
| Binary | 11101100 | 1111000 | 101010 | 0 | 110001 | 1010010 | 111 | 11000 | 1010100 | 110111 |
Color Harmonies of #EC782A
Complementary color
Monochromatic Colors of #EC782A
Black with #EC782A
Text Example
Text Example
White with #EC782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC782A; }
p { color: rgb(236,120,42); }
H1.HeaderClassName
{
color: #EC782A;
}
.AnyTagClassName
{
color: #EC782A;
}
</style>
background-color css
<style>
a { background-color: #EC782A; }
a { background-color: rgb(236,120,42); }
div.DivClassName
{
background-color: #EC782A;
}
.BgClassName
{
background-color: #EC782A;
}
</style>
border-color css
<style>
span { border-color: #EC782A; }
span { border-color: rgb(236,120,42); }
td.TdClassName
{
border-color: #EC782A;
}
.TagClassName
{
border-color: #EC782A;
}
</style>