Shades of Tahiti Gold #E66C20
Tints of Tahiti Gold #E66C20
RGB
CMYK
RGB Variations
Color information
#E66C20 (or 0xE66C20) is known color: Tahiti Gold. HEX triplet: E6, 6C and 20. RGB value is (230,108,32). Sum of RGB (Red+Green+Blue) = 230+108+32=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66C20 is #1993DF. Grayscale: #888888. Windows color (decimal): -1676256 or 2125030. OLE color: 2125030.
HSL color Cylindrical-coordinate representation of color #E66C20: hue angle of 23.03º 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 #E66C20 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 32 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.10 |
| HSL | 23.03º | 0.8% | 0.51% | - |
| HSV(B) | 23.03º | 0.86% | 0.9% | - |
| XYZ | 38.26 | 27.65 | 4.69 | - |
| YUV | 135.81 | 69.42 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 32 | 0 | 0.53 | 0.86 | 0.10 | 23.03 | 0.8 | 0.51 |
| Hex | E6 | 6C | 20 | 0 | 35 | 56 | A | 17 | 50 | 33 |
| Octal | 346 | 154 | 40 | 0 | 65 | 126 | 12 | 27 | 120 | 63 |
| Binary | 11100110 | 1101100 | 100000 | 0 | 110101 | 1010110 | 1010 | 10111 | 1010000 | 110011 |
Color Harmonies of #E66C20
Complementary color
Monochromatic Colors of #E66C20
Black with #E66C20
Text Example
Text Example
White with #E66C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C20; }
p { color: rgb(230,108,32); }
H1.HeaderClassName
{
color: #E66C20;
}
.AnyTagClassName
{
color: #E66C20;
}
</style>
background-color css
<style>
a { background-color: #E66C20; }
a { background-color: rgb(230,108,32); }
div.DivClassName
{
background-color: #E66C20;
}
.BgClassName
{
background-color: #E66C20;
}
</style>
border-color css
<style>
span { border-color: #E66C20; }
span { border-color: rgb(230,108,32); }
td.TdClassName
{
border-color: #E66C20;
}
.TagClassName
{
border-color: #E66C20;
}
</style>