Shades of Tahiti Gold #EF782C
Tints of Tahiti Gold #EF782C
RGB
CMYK
RGB Variations
Color information
#EF782C (or 0xEF782C) is known color: Tahiti Gold. HEX triplet: EF, 78 and 2C. RGB value is (239,120,44). Sum of RGB (Red+Green+Blue) = 239+120+44=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF782C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF782C is #1087D3. Grayscale: #939393. Windows color (decimal): -1083348 or 2914543. OLE color: 2914543.
HSL color Cylindrical-coordinate representation of color #EF782C: hue angle of 23.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF782C is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 44 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.06 |
| HSL | 23.38º | 0.86% | 0.55% | - |
| HSV(B) | 23.38º | 0.82% | 0.94% | - |
| XYZ | 42.77 | 31.97 | 6.3 | - |
| YUV | 146.92 | 69.92 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 44 | 0 | 0.50 | 0.82 | 0.06 | 23.38 | 0.86 | 0.55 |
| Hex | EF | 78 | 2C | 0 | 32 | 52 | 6 | 17 | 56 | 37 |
| Octal | 357 | 170 | 54 | 0 | 62 | 122 | 6 | 27 | 126 | 67 |
| Binary | 11101111 | 1111000 | 101100 | 0 | 110010 | 1010010 | 110 | 10111 | 1010110 | 110111 |
Color Harmonies of #EF782C
Complementary color
Monochromatic Colors of #EF782C
Black with #EF782C
Text Example
Text Example
White with #EF782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF782C; }
p { color: rgb(239,120,44); }
H1.HeaderClassName
{
color: #EF782C;
}
.AnyTagClassName
{
color: #EF782C;
}
</style>
background-color css
<style>
a { background-color: #EF782C; }
a { background-color: rgb(239,120,44); }
div.DivClassName
{
background-color: #EF782C;
}
.BgClassName
{
background-color: #EF782C;
}
</style>
border-color css
<style>
span { border-color: #EF782C; }
span { border-color: rgb(239,120,44); }
td.TdClassName
{
border-color: #EF782C;
}
.TagClassName
{
border-color: #EF782C;
}
</style>