Shades of Tahiti Gold #E5731C
Tints of Tahiti Gold #E5731C
RGB
CMYK
RGB Variations
Color information
#E5731C (or 0xE5731C) is known color: Tahiti Gold. HEX triplet: E5, 73 and 1C. RGB value is (229,115,28). Sum of RGB (Red+Green+Blue) = 229+115+28=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5731C is #1A8CE3. Grayscale: #8B8B8B. Windows color (decimal): -1740004 or 1864677. OLE color: 1864677.
HSL color Cylindrical-coordinate representation of color #E5731C: hue angle of 25.97º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5731C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 28 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.10 |
| HSL | 25.97º | 0.79% | 0.5% | - |
| HSV(B) | 25.97º | 0.88% | 0.9% | - |
| XYZ | 38.65 | 29 | 4.66 | - |
| YUV | 139.17 | 65.27 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 28 | 0 | 0.50 | 0.88 | 0.10 | 25.97 | 0.79 | 0.5 |
| Hex | E5 | 73 | 1C | 0 | 32 | 58 | A | 1A | 4F | 32 |
| Octal | 345 | 163 | 34 | 0 | 62 | 130 | 12 | 32 | 117 | 62 |
| Binary | 11100101 | 1110011 | 11100 | 0 | 110010 | 1011000 | 1010 | 11010 | 1001111 | 110010 |
Color Harmonies of #E5731C
Complementary color
Monochromatic Colors of #E5731C
Black with #E5731C
Text Example
Text Example
White with #E5731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5731C; }
p { color: rgb(229,115,28); }
H1.HeaderClassName
{
color: #E5731C;
}
.AnyTagClassName
{
color: #E5731C;
}
</style>
background-color css
<style>
a { background-color: #E5731C; }
a { background-color: rgb(229,115,28); }
div.DivClassName
{
background-color: #E5731C;
}
.BgClassName
{
background-color: #E5731C;
}
</style>
border-color css
<style>
span { border-color: #E5731C; }
span { border-color: rgb(229,115,28); }
td.TdClassName
{
border-color: #E5731C;
}
.TagClassName
{
border-color: #E5731C;
}
</style>