Shades of Tahiti Gold #E56422
Tints of Tahiti Gold #E56422
RGB
CMYK
RGB Variations
Color information
#E56422 (or 0xE56422) is known color: Tahiti Gold. HEX triplet: E5, 64 and 22. RGB value is (229,100,34). Sum of RGB (Red+Green+Blue) = 229+100+34=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E56422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56422 is #1A9BDD. Grayscale: #838383. Windows color (decimal): -1743838 or 2254053. OLE color: 2254053.
HSL color Cylindrical-coordinate representation of color #E56422: hue angle of 20.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E56422 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.10 |
| HSL | 20.31º | 0.79% | 0.52% | - |
| HSV(B) | 20.31º | 0.85% | 0.9% | - |
| XYZ | 37.16 | 25.89 | 4.55 | - |
| YUV | 131.05 | 73.24 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 34 | 0 | 0.56 | 0.85 | 0.10 | 20.31 | 0.79 | 0.52 |
| Hex | E5 | 64 | 22 | 0 | 38 | 55 | A | 14 | 4F | 34 |
| Octal | 345 | 144 | 42 | 0 | 70 | 125 | 12 | 24 | 117 | 64 |
| Binary | 11100101 | 1100100 | 100010 | 0 | 111000 | 1010101 | 1010 | 10100 | 1001111 | 110100 |
Color Harmonies of #E56422
Complementary color
Monochromatic Colors of #E56422
Black with #E56422
Text Example
Text Example
White with #E56422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56422; }
p { color: rgb(229,100,34); }
H1.HeaderClassName
{
color: #E56422;
}
.AnyTagClassName
{
color: #E56422;
}
</style>
background-color css
<style>
a { background-color: #E56422; }
a { background-color: rgb(229,100,34); }
div.DivClassName
{
background-color: #E56422;
}
.BgClassName
{
background-color: #E56422;
}
</style>
border-color css
<style>
span { border-color: #E56422; }
span { border-color: rgb(229,100,34); }
td.TdClassName
{
border-color: #E56422;
}
.TagClassName
{
border-color: #E56422;
}
</style>