Shades of Tahiti Gold #EF6522
Tints of Tahiti Gold #EF6522
RGB
CMYK
RGB Variations
Color information
#EF6522 (or 0xEF6522) is known color: Tahiti Gold. HEX triplet: EF, 65 and 22. RGB value is (239,101,34). Sum of RGB (Red+Green+Blue) = 239+101+34=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6522 is #109ADD. Grayscale: #878787. Windows color (decimal): -1088222 or 2254319. OLE color: 2254319.
HSL color Cylindrical-coordinate representation of color #EF6522: hue angle of 19.61º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF6522 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 34 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.06 |
| HSL | 19.61º | 0.86% | 0.54% | - |
| HSV(B) | 19.61º | 0.86% | 0.94% | - |
| XYZ | 40.54 | 27.77 | 4.74 | - |
| YUV | 134.62 | 71.22 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 34 | 0 | 0.58 | 0.86 | 0.06 | 19.61 | 0.86 | 0.54 |
| Hex | EF | 65 | 22 | 0 | 3A | 56 | 6 | 14 | 56 | 36 |
| Octal | 357 | 145 | 42 | 0 | 72 | 126 | 6 | 24 | 126 | 66 |
| Binary | 11101111 | 1100101 | 100010 | 0 | 111010 | 1010110 | 110 | 10100 | 1010110 | 110110 |
Color Harmonies of #EF6522
Complementary color
Monochromatic Colors of #EF6522
Black with #EF6522
Text Example
Text Example
White with #EF6522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6522; }
p { color: rgb(239,101,34); }
H1.HeaderClassName
{
color: #EF6522;
}
.AnyTagClassName
{
color: #EF6522;
}
</style>
background-color css
<style>
a { background-color: #EF6522; }
a { background-color: rgb(239,101,34); }
div.DivClassName
{
background-color: #EF6522;
}
.BgClassName
{
background-color: #EF6522;
}
</style>
border-color css
<style>
span { border-color: #EF6522; }
span { border-color: rgb(239,101,34); }
td.TdClassName
{
border-color: #EF6522;
}
.TagClassName
{
border-color: #EF6522;
}
</style>