Shades of Tahiti Gold #EB6A1E
Tints of Tahiti Gold #EB6A1E
RGB
CMYK
RGB Variations
Color information
#EB6A1E (or 0xEB6A1E) is known color: Tahiti Gold. HEX triplet: EB, 6A and 1E. RGB value is (235,106,30). Sum of RGB (Red+Green+Blue) = 235+106+30=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6A1E is #1495E1. Grayscale: #888888. Windows color (decimal): -1349090 or 1993451. OLE color: 1993451.
HSL color Cylindrical-coordinate representation of color #EB6A1E: hue angle of 22.24º 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 #EB6A1E is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 106 | 30 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.08 |
| HSL | 22.24º | 0.84% | 0.52% | - |
| HSV(B) | 22.24º | 0.87% | 0.92% | - |
| XYZ | 39.65 | 28.06 | 4.56 | - |
| YUV | 135.91 | 68.24 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 106 | 30 | 0 | 0.55 | 0.87 | 0.08 | 22.24 | 0.84 | 0.52 |
| Hex | EB | 6A | 1E | 0 | 37 | 57 | 8 | 16 | 54 | 34 |
| Octal | 353 | 152 | 36 | 0 | 67 | 127 | 10 | 26 | 124 | 64 |
| Binary | 11101011 | 1101010 | 11110 | 0 | 110111 | 1010111 | 1000 | 10110 | 1010100 | 110100 |
Color Harmonies of #EB6A1E
Complementary color
Monochromatic Colors of #EB6A1E
Black with #EB6A1E
Text Example
Text Example
White with #EB6A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6A1E; }
p { color: rgb(235,106,30); }
H1.HeaderClassName
{
color: #EB6A1E;
}
.AnyTagClassName
{
color: #EB6A1E;
}
</style>
background-color css
<style>
a { background-color: #EB6A1E; }
a { background-color: rgb(235,106,30); }
div.DivClassName
{
background-color: #EB6A1E;
}
.BgClassName
{
background-color: #EB6A1E;
}
</style>
border-color css
<style>
span { border-color: #EB6A1E; }
span { border-color: rgb(235,106,30); }
td.TdClassName
{
border-color: #EB6A1E;
}
.TagClassName
{
border-color: #EB6A1E;
}
</style>