Shades of Tahiti Gold #EC782C
Tints of Tahiti Gold #EC782C
RGB
CMYK
RGB Variations
Color information
#EC782C (or 0xEC782C) is known color: Tahiti Gold. HEX triplet: EC, 78 and 2C. RGB value is (236,120,44). Sum of RGB (Red+Green+Blue) = 236+120+44=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC782C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC782C is #1387D3. Grayscale: #929292. Windows color (decimal): -1279956 or 2914540. OLE color: 2914540.
HSL color Cylindrical-coordinate representation of color #EC782C: hue angle of 23.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC782C is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 44 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.07 |
| HSL | 23.75º | 0.83% | 0.55% | - |
| HSV(B) | 23.75º | 0.81% | 0.93% | - |
| XYZ | 41.76 | 31.45 | 6.25 | - |
| YUV | 146.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 44 | 0 | 0.49 | 0.81 | 0.07 | 23.75 | 0.83 | 0.55 |
| Hex | EC | 78 | 2C | 0 | 31 | 51 | 7 | 18 | 53 | 37 |
| Octal | 354 | 170 | 54 | 0 | 61 | 121 | 7 | 30 | 123 | 67 |
| Binary | 11101100 | 1111000 | 101100 | 0 | 110001 | 1010001 | 111 | 11000 | 1010011 | 110111 |
Color Harmonies of #EC782C
Complementary color
Monochromatic Colors of #EC782C
Black with #EC782C
Text Example
Text Example
White with #EC782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC782C; }
p { color: rgb(236,120,44); }
H1.HeaderClassName
{
color: #EC782C;
}
.AnyTagClassName
{
color: #EC782C;
}
</style>
background-color css
<style>
a { background-color: #EC782C; }
a { background-color: rgb(236,120,44); }
div.DivClassName
{
background-color: #EC782C;
}
.BgClassName
{
background-color: #EC782C;
}
</style>
border-color css
<style>
span { border-color: #EC782C; }
span { border-color: rgb(236,120,44); }
td.TdClassName
{
border-color: #EC782C;
}
.TagClassName
{
border-color: #EC782C;
}
</style>