Shades of Tahiti Gold #EB6D2E
Tints of Tahiti Gold #EB6D2E
RGB
CMYK
RGB Variations
Color information
#EB6D2E (or 0xEB6D2E) is known color: Tahiti Gold. HEX triplet: EB, 6D and 2E. RGB value is (235,109,46). Sum of RGB (Red+Green+Blue) = 235+109+46=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6D2E is #1492D1. Grayscale: #8B8B8B. Windows color (decimal): -1348306 or 3042795. OLE color: 3042795.
HSL color Cylindrical-coordinate representation of color #EB6D2E: hue angle of 20º degrees, saturation: 0.83, 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 #EB6D2E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 46 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.08 |
| HSL | 20º | 0.83% | 0.55% | - |
| HSV(B) | 20º | 0.8% | 0.92% | - |
| XYZ | 40.22 | 28.8 | 6.02 | - |
| YUV | 139.49 | 75.24 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 46 | 0 | 0.54 | 0.80 | 0.08 | 20 | 0.83 | 0.55 |
| Hex | EB | 6D | 2E | 0 | 36 | 50 | 8 | 14 | 53 | 37 |
| Octal | 353 | 155 | 56 | 0 | 66 | 120 | 10 | 24 | 123 | 67 |
| Binary | 11101011 | 1101101 | 101110 | 0 | 110110 | 1010000 | 1000 | 10100 | 1010011 | 110111 |
Color Harmonies of #EB6D2E
Complementary color
Monochromatic Colors of #EB6D2E
Black with #EB6D2E
Text Example
Text Example
White with #EB6D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6D2E; }
p { color: rgb(235,109,46); }
H1.HeaderClassName
{
color: #EB6D2E;
}
.AnyTagClassName
{
color: #EB6D2E;
}
</style>
background-color css
<style>
a { background-color: #EB6D2E; }
a { background-color: rgb(235,109,46); }
div.DivClassName
{
background-color: #EB6D2E;
}
.BgClassName
{
background-color: #EB6D2E;
}
</style>
border-color css
<style>
span { border-color: #EB6D2E; }
span { border-color: rgb(235,109,46); }
td.TdClassName
{
border-color: #EB6D2E;
}
.TagClassName
{
border-color: #EB6D2E;
}
</style>