Shades of Tahiti Gold #E67C20
Tints of Tahiti Gold #E67C20
RGB
CMYK
RGB Variations
Color information
#E67C20 (or 0xE67C20) is known color: Tahiti Gold. HEX triplet: E6, 7C and 20. RGB value is (230,124,32). Sum of RGB (Red+Green+Blue) = 230+124+32=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67C20 is #1983DF. Grayscale: #919191. Windows color (decimal): -1672160 or 2129126. OLE color: 2129126.
HSL color Cylindrical-coordinate representation of color #E67C20: hue angle of 27.88º 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 #E67C20 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 32 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.10 |
| HSL | 27.88º | 0.8% | 0.51% | - |
| HSV(B) | 27.88º | 0.86% | 0.9% | - |
| XYZ | 40.1 | 31.34 | 5.3 | - |
| YUV | 145.21 | 64.12 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 32 | 0 | 0.46 | 0.86 | 0.10 | 27.88 | 0.8 | 0.51 |
| Hex | E6 | 7C | 20 | 0 | 2E | 56 | A | 1C | 50 | 33 |
| Octal | 346 | 174 | 40 | 0 | 56 | 126 | 12 | 34 | 120 | 63 |
| Binary | 11100110 | 1111100 | 100000 | 0 | 101110 | 1010110 | 1010 | 11100 | 1010000 | 110011 |
Color Harmonies of #E67C20
Complementary color
Monochromatic Colors of #E67C20
Black with #E67C20
Text Example
Text Example
White with #E67C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67C20; }
p { color: rgb(230,124,32); }
H1.HeaderClassName
{
color: #E67C20;
}
.AnyTagClassName
{
color: #E67C20;
}
</style>
background-color css
<style>
a { background-color: #E67C20; }
a { background-color: rgb(230,124,32); }
div.DivClassName
{
background-color: #E67C20;
}
.BgClassName
{
background-color: #E67C20;
}
</style>
border-color css
<style>
span { border-color: #E67C20; }
span { border-color: rgb(230,124,32); }
td.TdClassName
{
border-color: #E67C20;
}
.TagClassName
{
border-color: #E67C20;
}
</style>