Shades of Tahiti Gold #E5792B
Tints of Tahiti Gold #E5792B
RGB
CMYK
RGB Variations
Color information
#E5792B (or 0xE5792B) is known color: Tahiti Gold. HEX triplet: E5, 79 and 2B. RGB value is (229,121,43). Sum of RGB (Red+Green+Blue) = 229+121+43=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5792B is #1A86D4. Grayscale: #909090. Windows color (decimal): -1738453 or 2849253. OLE color: 2849253.
HSL color Cylindrical-coordinate representation of color #E5792B: hue angle of 25.16º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5792B is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 43 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.10 |
| HSL | 25.16º | 0.78% | 0.53% | - |
| HSV(B) | 25.16º | 0.81% | 0.9% | - |
| XYZ | 39.59 | 30.51 | 6.09 | - |
| YUV | 144.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 43 | 0 | 0.47 | 0.81 | 0.10 | 25.16 | 0.78 | 0.53 |
| Hex | E5 | 79 | 2B | 0 | 2F | 51 | A | 19 | 4E | 35 |
| Octal | 345 | 171 | 53 | 0 | 57 | 121 | 12 | 31 | 116 | 65 |
| Binary | 11100101 | 1111001 | 101011 | 0 | 101111 | 1010001 | 1010 | 11001 | 1001110 | 110101 |
Color Harmonies of #E5792B
Complementary color
Monochromatic Colors of #E5792B
Black with #E5792B
Text Example
Text Example
White with #E5792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5792B; }
p { color: rgb(229,121,43); }
H1.HeaderClassName
{
color: #E5792B;
}
.AnyTagClassName
{
color: #E5792B;
}
</style>
background-color css
<style>
a { background-color: #E5792B; }
a { background-color: rgb(229,121,43); }
div.DivClassName
{
background-color: #E5792B;
}
.BgClassName
{
background-color: #E5792B;
}
</style>
border-color css
<style>
span { border-color: #E5792B; }
span { border-color: rgb(229,121,43); }
td.TdClassName
{
border-color: #E5792B;
}
.TagClassName
{
border-color: #E5792B;
}
</style>