Shades of Tahiti Gold #E57522
Tints of Tahiti Gold #E57522
RGB
CMYK
RGB Variations
Color information
#E57522 (or 0xE57522) is known color: Tahiti Gold. HEX triplet: E5, 75 and 22. RGB value is (229,117,34). Sum of RGB (Red+Green+Blue) = 229+117+34=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E57522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57522 is #1A8ADD. Grayscale: #8D8D8D. Windows color (decimal): -1739486 or 2258405. OLE color: 2258405.
HSL color Cylindrical-coordinate representation of color #E57522: hue angle of 25.54º 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 #E57522 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 34 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.10 |
| HSL | 25.54º | 0.79% | 0.52% | - |
| HSV(B) | 25.54º | 0.85% | 0.9% | - |
| XYZ | 38.96 | 29.5 | 5.15 | - |
| YUV | 141.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 34 | 0 | 0.49 | 0.85 | 0.10 | 25.54 | 0.79 | 0.52 |
| Hex | E5 | 75 | 22 | 0 | 31 | 55 | A | 1A | 4F | 34 |
| Octal | 345 | 165 | 42 | 0 | 61 | 125 | 12 | 32 | 117 | 64 |
| Binary | 11100101 | 1110101 | 100010 | 0 | 110001 | 1010101 | 1010 | 11010 | 1001111 | 110100 |
Color Harmonies of #E57522
Complementary color
Monochromatic Colors of #E57522
Black with #E57522
Text Example
Text Example
White with #E57522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57522; }
p { color: rgb(229,117,34); }
H1.HeaderClassName
{
color: #E57522;
}
.AnyTagClassName
{
color: #E57522;
}
</style>
background-color css
<style>
a { background-color: #E57522; }
a { background-color: rgb(229,117,34); }
div.DivClassName
{
background-color: #E57522;
}
.BgClassName
{
background-color: #E57522;
}
</style>
border-color css
<style>
span { border-color: #E57522; }
span { border-color: rgb(229,117,34); }
td.TdClassName
{
border-color: #E57522;
}
.TagClassName
{
border-color: #E57522;
}
</style>