Shades of Tahiti Gold #EB6E1D
Tints of Tahiti Gold #EB6E1D
RGB
CMYK
RGB Variations
Color information
#EB6E1D (or 0xEB6E1D) is known color: Tahiti Gold. HEX triplet: EB, 6E and 1D. RGB value is (235,110,29). Sum of RGB (Red+Green+Blue) = 235+110+29=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E1D is #1491E2. Grayscale: #8A8A8A. Windows color (decimal): -1348067 or 1928939. OLE color: 1928939.
HSL color Cylindrical-coordinate representation of color #EB6E1D: hue angle of 23.59º 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 #EB6E1D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 29 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.08 |
| HSL | 23.59º | 0.84% | 0.52% | - |
| HSV(B) | 23.59º | 0.88% | 0.92% | - |
| XYZ | 40.06 | 28.9 | 4.63 | - |
| YUV | 138.14 | 66.41 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 29 | 0 | 0.53 | 0.88 | 0.08 | 23.59 | 0.84 | 0.52 |
| Hex | EB | 6E | 1D | 0 | 35 | 58 | 8 | 18 | 54 | 34 |
| Octal | 353 | 156 | 35 | 0 | 65 | 130 | 10 | 30 | 124 | 64 |
| Binary | 11101011 | 1101110 | 11101 | 0 | 110101 | 1011000 | 1000 | 11000 | 1010100 | 110100 |
Color Harmonies of #EB6E1D
Complementary color
Monochromatic Colors of #EB6E1D
Black with #EB6E1D
Text Example
Text Example
White with #EB6E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E1D; }
p { color: rgb(235,110,29); }
H1.HeaderClassName
{
color: #EB6E1D;
}
.AnyTagClassName
{
color: #EB6E1D;
}
</style>
background-color css
<style>
a { background-color: #EB6E1D; }
a { background-color: rgb(235,110,29); }
div.DivClassName
{
background-color: #EB6E1D;
}
.BgClassName
{
background-color: #EB6E1D;
}
</style>
border-color css
<style>
span { border-color: #EB6E1D; }
span { border-color: rgb(235,110,29); }
td.TdClassName
{
border-color: #EB6E1D;
}
.TagClassName
{
border-color: #EB6E1D;
}
</style>