Shades of Tahiti Gold #EB791E
Tints of Tahiti Gold #EB791E
RGB
CMYK
RGB Variations
Color information
#EB791E (or 0xEB791E) is known color: Tahiti Gold. HEX triplet: EB, 79 and 1E. RGB value is (235,121,30). Sum of RGB (Red+Green+Blue) = 235+121+30=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB791E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB791E is #1486E1. Grayscale: #919191. Windows color (decimal): -1345250 or 1997291. OLE color: 1997291.
HSL color Cylindrical-coordinate representation of color #EB791E: hue angle of 26.63º 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 #EB791E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 121 | 30 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.08 |
| HSL | 26.63º | 0.84% | 0.52% | - |
| HSV(B) | 26.63º | 0.87% | 0.92% | - |
| XYZ | 41.33 | 31.43 | 5.12 | - |
| YUV | 144.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 121 | 30 | 0 | 0.49 | 0.87 | 0.08 | 26.63 | 0.84 | 0.52 |
| Hex | EB | 79 | 1E | 0 | 31 | 57 | 8 | 1B | 54 | 34 |
| Octal | 353 | 171 | 36 | 0 | 61 | 127 | 10 | 33 | 124 | 64 |
| Binary | 11101011 | 1111001 | 11110 | 0 | 110001 | 1010111 | 1000 | 11011 | 1010100 | 110100 |
Color Harmonies of #EB791E
Complementary color
Monochromatic Colors of #EB791E
Black with #EB791E
Text Example
Text Example
White with #EB791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB791E; }
p { color: rgb(235,121,30); }
H1.HeaderClassName
{
color: #EB791E;
}
.AnyTagClassName
{
color: #EB791E;
}
</style>
background-color css
<style>
a { background-color: #EB791E; }
a { background-color: rgb(235,121,30); }
div.DivClassName
{
background-color: #EB791E;
}
.BgClassName
{
background-color: #EB791E;
}
</style>
border-color css
<style>
span { border-color: #EB791E; }
span { border-color: rgb(235,121,30); }
td.TdClassName
{
border-color: #EB791E;
}
.TagClassName
{
border-color: #EB791E;
}
</style>