Shades of Tahiti Gold #E66C2B
Tints of Tahiti Gold #E66C2B
RGB
CMYK
RGB Variations
Color information
#E66C2B (or 0xE66C2B) is known color: Tahiti Gold. HEX triplet: E6, 6C and 2B. RGB value is (230,108,43). Sum of RGB (Red+Green+Blue) = 230+108+43=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66C2B is #1993D4. Grayscale: #898989. Windows color (decimal): -1676245 or 2845926. OLE color: 2845926.
HSL color Cylindrical-coordinate representation of color #E66C2B: hue angle of 20.86º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E66C2B is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 43 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.10 |
| HSL | 20.86º | 0.79% | 0.54% | - |
| HSV(B) | 20.86º | 0.81% | 0.9% | - |
| XYZ | 38.43 | 27.72 | 5.61 | - |
| YUV | 137.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 43 | 0 | 0.53 | 0.81 | 0.10 | 20.86 | 0.79 | 0.54 |
| Hex | E6 | 6C | 2B | 0 | 35 | 51 | A | 15 | 4F | 36 |
| Octal | 346 | 154 | 53 | 0 | 65 | 121 | 12 | 25 | 117 | 66 |
| Binary | 11100110 | 1101100 | 101011 | 0 | 110101 | 1010001 | 1010 | 10101 | 1001111 | 110110 |
Color Harmonies of #E66C2B
Complementary color
Monochromatic Colors of #E66C2B
Black with #E66C2B
Text Example
Text Example
White with #E66C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C2B; }
p { color: rgb(230,108,43); }
H1.HeaderClassName
{
color: #E66C2B;
}
.AnyTagClassName
{
color: #E66C2B;
}
</style>
background-color css
<style>
a { background-color: #E66C2B; }
a { background-color: rgb(230,108,43); }
div.DivClassName
{
background-color: #E66C2B;
}
.BgClassName
{
background-color: #E66C2B;
}
</style>
border-color css
<style>
span { border-color: #E66C2B; }
span { border-color: rgb(230,108,43); }
td.TdClassName
{
border-color: #E66C2B;
}
.TagClassName
{
border-color: #E66C2B;
}
</style>