Shades of Tahiti Gold #E4702D
Tints of Tahiti Gold #E4702D
RGB
CMYK
RGB Variations
Color information
#E4702D (or 0xE4702D) is known color: Tahiti Gold. HEX triplet: E4, 70 and 2D. RGB value is (228,112,45). Sum of RGB (Red+Green+Blue) = 228+112+45=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E4702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4702D is #1B8FD2. Grayscale: #8B8B8B. Windows color (decimal): -1806291 or 2978020. OLE color: 2978020.
HSL color Cylindrical-coordinate representation of color #E4702D: hue angle of 21.97º 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 #E4702D is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 45 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.11 |
| HSL | 21.97º | 0.77% | 0.54% | - |
| HSV(B) | 21.97º | 0.8% | 0.89% | - |
| XYZ | 38.26 | 28.27 | 5.92 | - |
| YUV | 139.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 45 | 0 | 0.51 | 0.80 | 0.11 | 21.97 | 0.77 | 0.54 |
| Hex | E4 | 70 | 2D | 0 | 33 | 50 | B | 16 | 4D | 36 |
| Octal | 344 | 160 | 55 | 0 | 63 | 120 | 13 | 26 | 115 | 66 |
| Binary | 11100100 | 1110000 | 101101 | 0 | 110011 | 1010000 | 1011 | 10110 | 1001101 | 110110 |
Color Harmonies of #E4702D
Complementary color
Monochromatic Colors of #E4702D
Black with #E4702D
Text Example
Text Example
White with #E4702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4702D; }
p { color: rgb(228,112,45); }
H1.HeaderClassName
{
color: #E4702D;
}
.AnyTagClassName
{
color: #E4702D;
}
</style>
background-color css
<style>
a { background-color: #E4702D; }
a { background-color: rgb(228,112,45); }
div.DivClassName
{
background-color: #E4702D;
}
.BgClassName
{
background-color: #E4702D;
}
</style>
border-color css
<style>
span { border-color: #E4702D; }
span { border-color: rgb(228,112,45); }
td.TdClassName
{
border-color: #E4702D;
}
.TagClassName
{
border-color: #E4702D;
}
</style>