Shades of Tahiti Gold #E66F2B
Tints of Tahiti Gold #E66F2B
RGB
CMYK
RGB Variations
Color information
#E66F2B (or 0xE66F2B) is known color: Tahiti Gold. HEX triplet: E6, 6F and 2B. RGB value is (230,111,43). Sum of RGB (Red+Green+Blue) = 230+111+43=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66F2B is #1990D4. Grayscale: #8B8B8B. Windows color (decimal): -1675477 or 2846694. OLE color: 2846694.
HSL color Cylindrical-coordinate representation of color #E66F2B: hue angle of 21.82º 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 #E66F2B is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 43 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.10 |
| HSL | 21.82º | 0.79% | 0.54% | - |
| HSV(B) | 21.82º | 0.81% | 0.9% | - |
| XYZ | 38.75 | 28.37 | 5.72 | - |
| YUV | 138.83 | 73.92 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 43 | 0 | 0.52 | 0.81 | 0.10 | 21.82 | 0.79 | 0.54 |
| Hex | E6 | 6F | 2B | 0 | 34 | 51 | A | 16 | 4F | 36 |
| Octal | 346 | 157 | 53 | 0 | 64 | 121 | 12 | 26 | 117 | 66 |
| Binary | 11100110 | 1101111 | 101011 | 0 | 110100 | 1010001 | 1010 | 10110 | 1001111 | 110110 |
Color Harmonies of #E66F2B
Complementary color
Monochromatic Colors of #E66F2B
Black with #E66F2B
Text Example
Text Example
White with #E66F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F2B; }
p { color: rgb(230,111,43); }
H1.HeaderClassName
{
color: #E66F2B;
}
.AnyTagClassName
{
color: #E66F2B;
}
</style>
background-color css
<style>
a { background-color: #E66F2B; }
a { background-color: rgb(230,111,43); }
div.DivClassName
{
background-color: #E66F2B;
}
.BgClassName
{
background-color: #E66F2B;
}
</style>
border-color css
<style>
span { border-color: #E66F2B; }
span { border-color: rgb(230,111,43); }
td.TdClassName
{
border-color: #E66F2B;
}
.TagClassName
{
border-color: #E66F2B;
}
</style>