Shades of Tahiti Gold #E56529
Tints of Tahiti Gold #E56529
RGB
CMYK
RGB Variations
Color information
#E56529 (or 0xE56529) is known color: Tahiti Gold. HEX triplet: E5, 65 and 29. RGB value is (229,101,41). Sum of RGB (Red+Green+Blue) = 229+101+41=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E56529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56529 is #1A9AD6. Grayscale: #848484. Windows color (decimal): -1743575 or 2713061. OLE color: 2713061.
HSL color Cylindrical-coordinate representation of color #E56529: hue angle of 19.15º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E56529 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 41 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.10 |
| HSL | 19.15º | 0.78% | 0.53% | - |
| HSV(B) | 19.15º | 0.82% | 0.9% | - |
| XYZ | 37.37 | 26.13 | 5.17 | - |
| YUV | 132.43 | 76.41 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 41 | 0 | 0.56 | 0.82 | 0.10 | 19.15 | 0.78 | 0.53 |
| Hex | E5 | 65 | 29 | 0 | 38 | 52 | A | 13 | 4E | 35 |
| Octal | 345 | 145 | 51 | 0 | 70 | 122 | 12 | 23 | 116 | 65 |
| Binary | 11100101 | 1100101 | 101001 | 0 | 111000 | 1010010 | 1010 | 10011 | 1001110 | 110101 |
Color Harmonies of #E56529
Complementary color
Monochromatic Colors of #E56529
Black with #E56529
Text Example
Text Example
White with #E56529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56529; }
p { color: rgb(229,101,41); }
H1.HeaderClassName
{
color: #E56529;
}
.AnyTagClassName
{
color: #E56529;
}
</style>
background-color css
<style>
a { background-color: #E56529; }
a { background-color: rgb(229,101,41); }
div.DivClassName
{
background-color: #E56529;
}
.BgClassName
{
background-color: #E56529;
}
</style>
border-color css
<style>
span { border-color: #E56529; }
span { border-color: rgb(229,101,41); }
td.TdClassName
{
border-color: #E56529;
}
.TagClassName
{
border-color: #E56529;
}
</style>