Shades of Tahiti Gold #E38128
Tints of Tahiti Gold #E38128
RGB
CMYK
RGB Variations
Color information
#E38128 (or 0xE38128) is known color: Tahiti Gold. HEX triplet: E3, 81 and 28. RGB value is (227,129,40). Sum of RGB (Red+Green+Blue) = 227+129+40=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E38128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38128 is #1C7ED7. Grayscale: #949494. Windows color (decimal): -1867480 or 2654691. OLE color: 2654691.
HSL color Cylindrical-coordinate representation of color #E38128: hue angle of 28.56º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E38128 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 40 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.11 |
| HSL | 28.56º | 0.77% | 0.52% | - |
| HSV(B) | 28.56º | 0.82% | 0.89% | - |
| XYZ | 39.91 | 32.18 | 6.12 | - |
| YUV | 148.16 | 66.97 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 40 | 0 | 0.43 | 0.82 | 0.11 | 28.56 | 0.77 | 0.52 |
| Hex | E3 | 81 | 28 | 0 | 2B | 52 | B | 1D | 4D | 34 |
| Octal | 343 | 201 | 50 | 0 | 53 | 122 | 13 | 35 | 115 | 64 |
| Binary | 11100011 | 10000001 | 101000 | 0 | 101011 | 1010010 | 1011 | 11101 | 1001101 | 110100 |
Color Harmonies of #E38128
Complementary color
Monochromatic Colors of #E38128
Black with #E38128
Text Example
Text Example
White with #E38128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38128; }
p { color: rgb(227,129,40); }
H1.HeaderClassName
{
color: #E38128;
}
.AnyTagClassName
{
color: #E38128;
}
</style>
background-color css
<style>
a { background-color: #E38128; }
a { background-color: rgb(227,129,40); }
div.DivClassName
{
background-color: #E38128;
}
.BgClassName
{
background-color: #E38128;
}
</style>
border-color css
<style>
span { border-color: #E38128; }
span { border-color: rgb(227,129,40); }
td.TdClassName
{
border-color: #E38128;
}
.TagClassName
{
border-color: #E38128;
}
</style>