Shades of Tahiti Gold #EB702F
Tints of Tahiti Gold #EB702F
RGB
CMYK
RGB Variations
Color information
#EB702F (or 0xEB702F) is known color: Tahiti Gold. HEX triplet: EB, 70 and 2F. RGB value is (235,112,47). Sum of RGB (Red+Green+Blue) = 235+112+47=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB702F is #148FD0. Grayscale: #8D8D8D. Windows color (decimal): -1347537 or 3109099. OLE color: 3109099.
HSL color Cylindrical-coordinate representation of color #EB702F: hue angle of 20.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB702F is Cyan = 0, Magento = 0.52, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 47 | - |
| CMYK | 0 | 0.52 | 0.8 | 0.08 |
| HSL | 20.74º | 0.82% | 0.55% | - |
| HSV(B) | 20.74º | 0.8% | 0.92% | - |
| XYZ | 40.57 | 29.46 | 6.24 | - |
| YUV | 141.37 | 74.75 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 47 | 0 | 0.52 | 0.8 | 0.08 | 20.74 | 0.82 | 0.55 |
| Hex | EB | 70 | 2F | 0 | 34 | 50 | 8 | 15 | 52 | 37 |
| Octal | 353 | 160 | 57 | 0 | 64 | 120 | 10 | 25 | 122 | 67 |
| Binary | 11101011 | 1110000 | 101111 | 0 | 110100 | 1010000 | 1000 | 10101 | 1010010 | 110111 |
Color Harmonies of #EB702F
Complementary color
Monochromatic Colors of #EB702F
Black with #EB702F
Text Example
Text Example
White with #EB702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB702F; }
p { color: rgb(235,112,47); }
H1.HeaderClassName
{
color: #EB702F;
}
.AnyTagClassName
{
color: #EB702F;
}
</style>
background-color css
<style>
a { background-color: #EB702F; }
a { background-color: rgb(235,112,47); }
div.DivClassName
{
background-color: #EB702F;
}
.BgClassName
{
background-color: #EB702F;
}
</style>
border-color css
<style>
span { border-color: #EB702F; }
span { border-color: rgb(235,112,47); }
td.TdClassName
{
border-color: #EB702F;
}
.TagClassName
{
border-color: #EB702F;
}
</style>