Shades of Tahiti Gold #E67020
Tints of Tahiti Gold #E67020
RGB
CMYK
RGB Variations
Color information
#E67020 (or 0xE67020) is known color: Tahiti Gold. HEX triplet: E6, 70 and 20. RGB value is (230,112,32). Sum of RGB (Red+Green+Blue) = 230+112+32=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E67020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67020 is #198FDF. Grayscale: #8A8A8A. Windows color (decimal): -1675232 or 2126054. OLE color: 2126054.
HSL color Cylindrical-coordinate representation of color #E67020: hue angle of 24.24º degrees, saturation: 0.8, 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 #E67020 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 32 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.10 |
| HSL | 24.24º | 0.8% | 0.51% | - |
| HSV(B) | 24.24º | 0.86% | 0.9% | - |
| XYZ | 38.69 | 28.52 | 4.83 | - |
| YUV | 138.16 | 68.09 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 32 | 0 | 0.51 | 0.86 | 0.10 | 24.24 | 0.8 | 0.51 |
| Hex | E6 | 70 | 20 | 0 | 33 | 56 | A | 18 | 50 | 33 |
| Octal | 346 | 160 | 40 | 0 | 63 | 126 | 12 | 30 | 120 | 63 |
| Binary | 11100110 | 1110000 | 100000 | 0 | 110011 | 1010110 | 1010 | 11000 | 1010000 | 110011 |
Color Harmonies of #E67020
Complementary color
Monochromatic Colors of #E67020
Black with #E67020
Text Example
Text Example
White with #E67020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67020; }
p { color: rgb(230,112,32); }
H1.HeaderClassName
{
color: #E67020;
}
.AnyTagClassName
{
color: #E67020;
}
</style>
background-color css
<style>
a { background-color: #E67020; }
a { background-color: rgb(230,112,32); }
div.DivClassName
{
background-color: #E67020;
}
.BgClassName
{
background-color: #E67020;
}
</style>
border-color css
<style>
span { border-color: #E67020; }
span { border-color: rgb(230,112,32); }
td.TdClassName
{
border-color: #E67020;
}
.TagClassName
{
border-color: #E67020;
}
</style>