Shades of Tahiti Gold #E57A1F
Tints of Tahiti Gold #E57A1F
RGB
CMYK
RGB Variations
Color information
#E57A1F (or 0xE57A1F) is known color: Tahiti Gold. HEX triplet: E5, 7A and 1F. RGB value is (229,122,31). Sum of RGB (Red+Green+Blue) = 229+122+31=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57A1F is #1A85E0. Grayscale: #909090. Windows color (decimal): -1738209 or 2063077. OLE color: 2063077.
HSL color Cylindrical-coordinate representation of color #E57A1F: hue angle of 27.58º 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 #E57A1F is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 31 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.10 |
| HSL | 27.58º | 0.79% | 0.51% | - |
| HSV(B) | 27.58º | 0.86% | 0.9% | - |
| XYZ | 39.52 | 30.68 | 5.13 | - |
| YUV | 143.62 | 64.45 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 31 | 0 | 0.47 | 0.86 | 0.10 | 27.58 | 0.79 | 0.51 |
| Hex | E5 | 7A | 1F | 0 | 2F | 56 | A | 1C | 4F | 33 |
| Octal | 345 | 172 | 37 | 0 | 57 | 126 | 12 | 34 | 117 | 63 |
| Binary | 11100101 | 1111010 | 11111 | 0 | 101111 | 1010110 | 1010 | 11100 | 1001111 | 110011 |
Color Harmonies of #E57A1F
Complementary color
Monochromatic Colors of #E57A1F
Black with #E57A1F
Text Example
Text Example
White with #E57A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A1F; }
p { color: rgb(229,122,31); }
H1.HeaderClassName
{
color: #E57A1F;
}
.AnyTagClassName
{
color: #E57A1F;
}
</style>
background-color css
<style>
a { background-color: #E57A1F; }
a { background-color: rgb(229,122,31); }
div.DivClassName
{
background-color: #E57A1F;
}
.BgClassName
{
background-color: #E57A1F;
}
</style>
border-color css
<style>
span { border-color: #E57A1F; }
span { border-color: rgb(229,122,31); }
td.TdClassName
{
border-color: #E57A1F;
}
.TagClassName
{
border-color: #E57A1F;
}
</style>