Shades of Tahiti Gold #E56527
Tints of Tahiti Gold #E56527
RGB
CMYK
RGB Variations
Color information
#E56527 (or 0xE56527) is known color: Tahiti Gold. HEX triplet: E5, 65 and 27. RGB value is (229,101,39). Sum of RGB (Red+Green+Blue) = 229+101+39=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E56527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56527 is #1A9AD8. Grayscale: #848484. Windows color (decimal): -1743577 or 2581989. OLE color: 2581989.
HSL color Cylindrical-coordinate representation of color #E56527: hue angle of 19.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E56527 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 39 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.10 |
| HSL | 19.58º | 0.79% | 0.53% | - |
| HSV(B) | 19.58º | 0.83% | 0.9% | - |
| XYZ | 37.33 | 26.11 | 4.99 | - |
| YUV | 132.2 | 75.41 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 39 | 0 | 0.56 | 0.83 | 0.10 | 19.58 | 0.79 | 0.53 |
| Hex | E5 | 65 | 27 | 0 | 38 | 53 | A | 14 | 4F | 35 |
| Octal | 345 | 145 | 47 | 0 | 70 | 123 | 12 | 24 | 117 | 65 |
| Binary | 11100101 | 1100101 | 100111 | 0 | 111000 | 1010011 | 1010 | 10100 | 1001111 | 110101 |
Color Harmonies of #E56527
Complementary color
Monochromatic Colors of #E56527
Black with #E56527
Text Example
Text Example
White with #E56527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56527; }
p { color: rgb(229,101,39); }
H1.HeaderClassName
{
color: #E56527;
}
.AnyTagClassName
{
color: #E56527;
}
</style>
background-color css
<style>
a { background-color: #E56527; }
a { background-color: rgb(229,101,39); }
div.DivClassName
{
background-color: #E56527;
}
.BgClassName
{
background-color: #E56527;
}
</style>
border-color css
<style>
span { border-color: #E56527; }
span { border-color: rgb(229,101,39); }
td.TdClassName
{
border-color: #E56527;
}
.TagClassName
{
border-color: #E56527;
}
</style>