Shades of Tahiti Gold #EF732B
Tints of Tahiti Gold #EF732B
RGB
CMYK
RGB Variations
Color information
#EF732B (or 0xEF732B) is known color: Tahiti Gold. HEX triplet: EF, 73 and 2B. RGB value is (239,115,43). Sum of RGB (Red+Green+Blue) = 239+115+43=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF732B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF732B is #108CD4. Grayscale: #909090. Windows color (decimal): -1084629 or 2847727. OLE color: 2847727.
HSL color Cylindrical-coordinate representation of color #EF732B: hue angle of 22.04º 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 #EF732B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.06 |
| HSL | 22.04º | 0.86% | 0.55% | - |
| HSV(B) | 22.04º | 0.82% | 0.94% | - |
| XYZ | 42.16 | 30.79 | 6.01 | - |
| YUV | 143.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 43 | 0 | 0.52 | 0.82 | 0.06 | 22.04 | 0.86 | 0.55 |
| Hex | EF | 73 | 2B | 0 | 34 | 52 | 6 | 16 | 56 | 37 |
| Octal | 357 | 163 | 53 | 0 | 64 | 122 | 6 | 26 | 126 | 67 |
| Binary | 11101111 | 1110011 | 101011 | 0 | 110100 | 1010010 | 110 | 10110 | 1010110 | 110111 |
Color Harmonies of #EF732B
Complementary color
Monochromatic Colors of #EF732B
Black with #EF732B
Text Example
Text Example
White with #EF732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF732B; }
p { color: rgb(239,115,43); }
H1.HeaderClassName
{
color: #EF732B;
}
.AnyTagClassName
{
color: #EF732B;
}
</style>
background-color css
<style>
a { background-color: #EF732B; }
a { background-color: rgb(239,115,43); }
div.DivClassName
{
background-color: #EF732B;
}
.BgClassName
{
background-color: #EF732B;
}
</style>
border-color css
<style>
span { border-color: #EF732B; }
span { border-color: rgb(239,115,43); }
td.TdClassName
{
border-color: #EF732B;
}
.TagClassName
{
border-color: #EF732B;
}
</style>