Shades of Tahiti Gold #E5691F
Tints of Tahiti Gold #E5691F
RGB
CMYK
RGB Variations
Color information
#E5691F (or 0xE5691F) is known color: Tahiti Gold. HEX triplet: E5, 69 and 1F. RGB value is (229,105,31). Sum of RGB (Red+Green+Blue) = 229+105+31=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E5691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5691F is #1A96E0. Grayscale: #868686. Windows color (decimal): -1742561 or 2058725. OLE color: 2058725.
HSL color Cylindrical-coordinate representation of color #E5691F: hue angle of 22.42º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5691F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 31 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.10 |
| HSL | 22.42º | 0.79% | 0.51% | - |
| HSV(B) | 22.42º | 0.86% | 0.9% | - |
| XYZ | 37.61 | 26.86 | 4.5 | - |
| YUV | 133.64 | 70.08 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 31 | 0 | 0.54 | 0.86 | 0.10 | 22.42 | 0.79 | 0.51 |
| Hex | E5 | 69 | 1F | 0 | 36 | 56 | A | 16 | 4F | 33 |
| Octal | 345 | 151 | 37 | 0 | 66 | 126 | 12 | 26 | 117 | 63 |
| Binary | 11100101 | 1101001 | 11111 | 0 | 110110 | 1010110 | 1010 | 10110 | 1001111 | 110011 |
Color Harmonies of #E5691F
Complementary color
Monochromatic Colors of #E5691F
Black with #E5691F
Text Example
Text Example
White with #E5691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5691F; }
p { color: rgb(229,105,31); }
H1.HeaderClassName
{
color: #E5691F;
}
.AnyTagClassName
{
color: #E5691F;
}
</style>
background-color css
<style>
a { background-color: #E5691F; }
a { background-color: rgb(229,105,31); }
div.DivClassName
{
background-color: #E5691F;
}
.BgClassName
{
background-color: #E5691F;
}
</style>
border-color css
<style>
span { border-color: #E5691F; }
span { border-color: rgb(229,105,31); }
td.TdClassName
{
border-color: #E5691F;
}
.TagClassName
{
border-color: #E5691F;
}
</style>