Shades of Tahiti Gold #EB6E1E
Tints of Tahiti Gold #EB6E1E
RGB
CMYK
RGB Variations
Color information
#EB6E1E (or 0xEB6E1E) is known color: Tahiti Gold. HEX triplet: EB, 6E and 1E. RGB value is (235,110,30). Sum of RGB (Red+Green+Blue) = 235+110+30=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E1E is #1491E1. Grayscale: #8A8A8A. Windows color (decimal): -1348066 or 1994475. OLE color: 1994475.
HSL color Cylindrical-coordinate representation of color #EB6E1E: hue angle of 23.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB6E1E is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 30 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.08 |
| HSL | 23.41º | 0.84% | 0.52% | - |
| HSV(B) | 23.41º | 0.87% | 0.92% | - |
| XYZ | 40.07 | 28.91 | 4.7 | - |
| YUV | 138.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 30 | 0 | 0.53 | 0.87 | 0.08 | 23.41 | 0.84 | 0.52 |
| Hex | EB | 6E | 1E | 0 | 35 | 57 | 8 | 17 | 54 | 34 |
| Octal | 353 | 156 | 36 | 0 | 65 | 127 | 10 | 27 | 124 | 64 |
| Binary | 11101011 | 1101110 | 11110 | 0 | 110101 | 1010111 | 1000 | 10111 | 1010100 | 110100 |
Color Harmonies of #EB6E1E
Complementary color
Monochromatic Colors of #EB6E1E
Black with #EB6E1E
Text Example
Text Example
White with #EB6E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E1E; }
p { color: rgb(235,110,30); }
H1.HeaderClassName
{
color: #EB6E1E;
}
.AnyTagClassName
{
color: #EB6E1E;
}
</style>
background-color css
<style>
a { background-color: #EB6E1E; }
a { background-color: rgb(235,110,30); }
div.DivClassName
{
background-color: #EB6E1E;
}
.BgClassName
{
background-color: #EB6E1E;
}
</style>
border-color css
<style>
span { border-color: #EB6E1E; }
span { border-color: rgb(235,110,30); }
td.TdClassName
{
border-color: #EB6E1E;
}
.TagClassName
{
border-color: #EB6E1E;
}
</style>