Shades of Tahiti Gold #EB701C
Tints of Tahiti Gold #EB701C
RGB
CMYK
RGB Variations
Color information
#EB701C (or 0xEB701C) is known color: Tahiti Gold. HEX triplet: EB, 70 and 1C. RGB value is (235,112,28). Sum of RGB (Red+Green+Blue) = 235+112+28=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB701C is #148FE3. Grayscale: #8B8B8B. Windows color (decimal): -1347556 or 1863915. OLE color: 1863915.
HSL color Cylindrical-coordinate representation of color #EB701C: hue angle of 24.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB701C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 28 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.08 |
| HSL | 24.35º | 0.84% | 0.52% | - |
| HSV(B) | 24.35º | 0.88% | 0.92% | - |
| XYZ | 40.26 | 29.33 | 4.64 | - |
| YUV | 139.2 | 65.25 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 28 | 0 | 0.52 | 0.88 | 0.08 | 24.35 | 0.84 | 0.52 |
| Hex | EB | 70 | 1C | 0 | 34 | 58 | 8 | 18 | 54 | 34 |
| Octal | 353 | 160 | 34 | 0 | 64 | 130 | 10 | 30 | 124 | 64 |
| Binary | 11101011 | 1110000 | 11100 | 0 | 110100 | 1011000 | 1000 | 11000 | 1010100 | 110100 |
Color Harmonies of #EB701C
Complementary color
Monochromatic Colors of #EB701C
Black with #EB701C
Text Example
Text Example
White with #EB701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB701C; }
p { color: rgb(235,112,28); }
H1.HeaderClassName
{
color: #EB701C;
}
.AnyTagClassName
{
color: #EB701C;
}
</style>
background-color css
<style>
a { background-color: #EB701C; }
a { background-color: rgb(235,112,28); }
div.DivClassName
{
background-color: #EB701C;
}
.BgClassName
{
background-color: #EB701C;
}
</style>
border-color css
<style>
span { border-color: #EB701C; }
span { border-color: rgb(235,112,28); }
td.TdClassName
{
border-color: #EB701C;
}
.TagClassName
{
border-color: #EB701C;
}
</style>