Shades of Tahiti Gold #E56A28
Tints of Tahiti Gold #E56A28
RGB
CMYK
RGB Variations
Color information
#E56A28 (or 0xE56A28) is known color: Tahiti Gold. HEX triplet: E5, 6A and 28. RGB value is (229,106,40). Sum of RGB (Red+Green+Blue) = 229+106+40=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56A28 is #1A95D7. Grayscale: #878787. Windows color (decimal): -1742296 or 2648805. OLE color: 2648805.
HSL color Cylindrical-coordinate representation of color #E56A28: hue angle of 20.95º degrees, saturation: 0.78, 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 #E56A28 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 40 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.10 |
| HSL | 20.95º | 0.78% | 0.53% | - |
| HSV(B) | 20.95º | 0.83% | 0.9% | - |
| XYZ | 37.85 | 27.12 | 5.25 | - |
| YUV | 135.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 40 | 0 | 0.54 | 0.83 | 0.10 | 20.95 | 0.78 | 0.53 |
| Hex | E5 | 6A | 28 | 0 | 36 | 53 | A | 15 | 4E | 35 |
| Octal | 345 | 152 | 50 | 0 | 66 | 123 | 12 | 25 | 116 | 65 |
| Binary | 11100101 | 1101010 | 101000 | 0 | 110110 | 1010011 | 1010 | 10101 | 1001110 | 110101 |
Color Harmonies of #E56A28
Complementary color
Monochromatic Colors of #E56A28
Black with #E56A28
Text Example
Text Example
White with #E56A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A28; }
p { color: rgb(229,106,40); }
H1.HeaderClassName
{
color: #E56A28;
}
.AnyTagClassName
{
color: #E56A28;
}
</style>
background-color css
<style>
a { background-color: #E56A28; }
a { background-color: rgb(229,106,40); }
div.DivClassName
{
background-color: #E56A28;
}
.BgClassName
{
background-color: #E56A28;
}
</style>
border-color css
<style>
span { border-color: #E56A28; }
span { border-color: rgb(229,106,40); }
td.TdClassName
{
border-color: #E56A28;
}
.TagClassName
{
border-color: #E56A28;
}
</style>