Shades of Tahiti Gold #E07D18
Tints of Tahiti Gold #E07D18
RGB
CMYK
RGB Variations
Color information
#E07D18 (or 0xE07D18) is known color: Tahiti Gold. HEX triplet: E0, 7D and 18. RGB value is (224,125,24). Sum of RGB (Red+Green+Blue) = 224+125+24=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07D18 is #1F82E7. Grayscale: #8F8F8F. Windows color (decimal): -2065128 or 1605088. OLE color: 1605088.
HSL color Cylindrical-coordinate representation of color #E07D18: hue angle of 30.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E07D18 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 24 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.12 |
| HSL | 30.3º | 0.81% | 0.49% | - |
| HSV(B) | 30.3º | 0.89% | 0.88% | - |
| XYZ | 38.24 | 30.58 | 4.75 | - |
| YUV | 143.09 | 60.8 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 24 | 0 | 0.44 | 0.89 | 0.12 | 30.3 | 0.81 | 0.49 |
| Hex | E0 | 7D | 18 | 0 | 2C | 59 | C | 1E | 51 | 31 |
| Octal | 340 | 175 | 30 | 0 | 54 | 131 | 14 | 36 | 121 | 61 |
| Binary | 11100000 | 1111101 | 11000 | 0 | 101100 | 1011001 | 1100 | 11110 | 1010001 | 110001 |
Color Harmonies of #E07D18
Complementary color
Monochromatic Colors of #E07D18
Black with #E07D18
Text Example
Text Example
White with #E07D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D18; }
p { color: rgb(224,125,24); }
H1.HeaderClassName
{
color: #E07D18;
}
.AnyTagClassName
{
color: #E07D18;
}
</style>
background-color css
<style>
a { background-color: #E07D18; }
a { background-color: rgb(224,125,24); }
div.DivClassName
{
background-color: #E07D18;
}
.BgClassName
{
background-color: #E07D18;
}
</style>
border-color css
<style>
span { border-color: #E07D18; }
span { border-color: rgb(224,125,24); }
td.TdClassName
{
border-color: #E07D18;
}
.TagClassName
{
border-color: #E07D18;
}
</style>