Shades of Tahiti Gold #E56520
Tints of Tahiti Gold #E56520
RGB
CMYK
RGB Variations
Color information
#E56520 (or 0xE56520) is known color: Tahiti Gold. HEX triplet: E5, 65 and 20. RGB value is (229,101,32). Sum of RGB (Red+Green+Blue) = 229+101+32=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E56520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56520 is #1A9ADF. Grayscale: #838383. Windows color (decimal): -1743584 or 2123237. OLE color: 2123237.
HSL color Cylindrical-coordinate representation of color #E56520: hue angle of 21.02º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E56520 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 32 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.10 |
| HSL | 21.02º | 0.79% | 0.51% | - |
| HSV(B) | 21.02º | 0.86% | 0.9% | - |
| XYZ | 37.23 | 26.07 | 4.44 | - |
| YUV | 131.41 | 71.91 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 32 | 0 | 0.56 | 0.86 | 0.10 | 21.02 | 0.79 | 0.51 |
| Hex | E5 | 65 | 20 | 0 | 38 | 56 | A | 15 | 4F | 33 |
| Octal | 345 | 145 | 40 | 0 | 70 | 126 | 12 | 25 | 117 | 63 |
| Binary | 11100101 | 1100101 | 100000 | 0 | 111000 | 1010110 | 1010 | 10101 | 1001111 | 110011 |
Color Harmonies of #E56520
Complementary color
Monochromatic Colors of #E56520
Black with #E56520
Text Example
Text Example
White with #E56520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56520; }
p { color: rgb(229,101,32); }
H1.HeaderClassName
{
color: #E56520;
}
.AnyTagClassName
{
color: #E56520;
}
</style>
background-color css
<style>
a { background-color: #E56520; }
a { background-color: rgb(229,101,32); }
div.DivClassName
{
background-color: #E56520;
}
.BgClassName
{
background-color: #E56520;
}
</style>
border-color css
<style>
span { border-color: #E56520; }
span { border-color: rgb(229,101,32); }
td.TdClassName
{
border-color: #E56520;
}
.TagClassName
{
border-color: #E56520;
}
</style>