Shades of Tahiti Gold #E4762D
Tints of Tahiti Gold #E4762D
RGB
CMYK
RGB Variations
Color information
#E4762D (or 0xE4762D) is known color: Tahiti Gold. HEX triplet: E4, 76 and 2D. RGB value is (228,118,45). Sum of RGB (Red+Green+Blue) = 228+118+45=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E4762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4762D is #1B89D2. Grayscale: #8E8E8E. Windows color (decimal): -1804755 or 2979556. OLE color: 2979556.
HSL color Cylindrical-coordinate representation of color #E4762D: hue angle of 23.93º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4762D is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 45 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.11 |
| HSL | 23.93º | 0.77% | 0.54% | - |
| HSV(B) | 23.93º | 0.8% | 0.89% | - |
| XYZ | 38.95 | 29.64 | 6.15 | - |
| YUV | 142.57 | 72.94 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 45 | 0 | 0.48 | 0.80 | 0.11 | 23.93 | 0.77 | 0.54 |
| Hex | E4 | 76 | 2D | 0 | 30 | 50 | B | 18 | 4D | 36 |
| Octal | 344 | 166 | 55 | 0 | 60 | 120 | 13 | 30 | 115 | 66 |
| Binary | 11100100 | 1110110 | 101101 | 0 | 110000 | 1010000 | 1011 | 11000 | 1001101 | 110110 |
Color Harmonies of #E4762D
Complementary color
Monochromatic Colors of #E4762D
Black with #E4762D
Text Example
Text Example
White with #E4762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4762D; }
p { color: rgb(228,118,45); }
H1.HeaderClassName
{
color: #E4762D;
}
.AnyTagClassName
{
color: #E4762D;
}
</style>
background-color css
<style>
a { background-color: #E4762D; }
a { background-color: rgb(228,118,45); }
div.DivClassName
{
background-color: #E4762D;
}
.BgClassName
{
background-color: #E4762D;
}
</style>
border-color css
<style>
span { border-color: #E4762D; }
span { border-color: rgb(228,118,45); }
td.TdClassName
{
border-color: #E4762D;
}
.TagClassName
{
border-color: #E4762D;
}
</style>