Shades of Tahiti Gold #EF732A
Tints of Tahiti Gold #EF732A
RGB
CMYK
RGB Variations
Color information
#EF732A (or 0xEF732A) is known color: Tahiti Gold. HEX triplet: EF, 73 and 2A. RGB value is (239,115,42). Sum of RGB (Red+Green+Blue) = 239+115+42=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF732A is #108CD5. Grayscale: #909090. Windows color (decimal): -1084630 or 2782191. OLE color: 2782191.
HSL color Cylindrical-coordinate representation of color #EF732A: hue angle of 22.23º 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 #EF732A is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 42 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.06 |
| HSL | 22.23º | 0.86% | 0.55% | - |
| HSV(B) | 22.23º | 0.82% | 0.94% | - |
| XYZ | 42.15 | 30.78 | 5.91 | - |
| YUV | 143.75 | 70.58 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 42 | 0 | 0.52 | 0.82 | 0.06 | 22.23 | 0.86 | 0.55 |
| Hex | EF | 73 | 2A | 0 | 34 | 52 | 6 | 16 | 56 | 37 |
| Octal | 357 | 163 | 52 | 0 | 64 | 122 | 6 | 26 | 126 | 67 |
| Binary | 11101111 | 1110011 | 101010 | 0 | 110100 | 1010010 | 110 | 10110 | 1010110 | 110111 |
Color Harmonies of #EF732A
Complementary color
Monochromatic Colors of #EF732A
Black with #EF732A
Text Example
Text Example
White with #EF732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF732A; }
p { color: rgb(239,115,42); }
H1.HeaderClassName
{
color: #EF732A;
}
.AnyTagClassName
{
color: #EF732A;
}
</style>
background-color css
<style>
a { background-color: #EF732A; }
a { background-color: rgb(239,115,42); }
div.DivClassName
{
background-color: #EF732A;
}
.BgClassName
{
background-color: #EF732A;
}
</style>
border-color css
<style>
span { border-color: #EF732A; }
span { border-color: rgb(239,115,42); }
td.TdClassName
{
border-color: #EF732A;
}
.TagClassName
{
border-color: #EF732A;
}
</style>