Shades of Tahiti Gold #E56925
Tints of Tahiti Gold #E56925
RGB
CMYK
RGB Variations
Color information
#E56925 (or 0xE56925) is known color: Tahiti Gold. HEX triplet: E5, 69 and 25. RGB value is (229,105,37). Sum of RGB (Red+Green+Blue) = 229+105+37=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E56925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56925 is #1A96DA. Grayscale: #868686. Windows color (decimal): -1742555 or 2451941. OLE color: 2451941.
HSL color Cylindrical-coordinate representation of color #E56925: hue angle of 21.25º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E56925 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 37 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.10 |
| HSL | 21.25º | 0.79% | 0.52% | - |
| HSV(B) | 21.25º | 0.84% | 0.9% | - |
| XYZ | 37.7 | 26.89 | 4.95 | - |
| YUV | 134.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 37 | 0 | 0.54 | 0.84 | 0.10 | 21.25 | 0.79 | 0.52 |
| Hex | E5 | 69 | 25 | 0 | 36 | 54 | A | 15 | 4F | 34 |
| Octal | 345 | 151 | 45 | 0 | 66 | 124 | 12 | 25 | 117 | 64 |
| Binary | 11100101 | 1101001 | 100101 | 0 | 110110 | 1010100 | 1010 | 10101 | 1001111 | 110100 |
Color Harmonies of #E56925
Complementary color
Monochromatic Colors of #E56925
Black with #E56925
Text Example
Text Example
White with #E56925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56925; }
p { color: rgb(229,105,37); }
H1.HeaderClassName
{
color: #E56925;
}
.AnyTagClassName
{
color: #E56925;
}
</style>
background-color css
<style>
a { background-color: #E56925; }
a { background-color: rgb(229,105,37); }
div.DivClassName
{
background-color: #E56925;
}
.BgClassName
{
background-color: #E56925;
}
</style>
border-color css
<style>
span { border-color: #E56925; }
span { border-color: rgb(229,105,37); }
td.TdClassName
{
border-color: #E56925;
}
.TagClassName
{
border-color: #E56925;
}
</style>