Shades of Tahiti Gold #E66F2D
Tints of Tahiti Gold #E66F2D
RGB
CMYK
RGB Variations
Color information
#E66F2D (or 0xE66F2D) is known color: Tahiti Gold. HEX triplet: E6, 6F and 2D. RGB value is (230,111,45). Sum of RGB (Red+Green+Blue) = 230+111+45=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66F2D is #1990D2. Grayscale: #8B8B8B. Windows color (decimal): -1675475 or 2977766. OLE color: 2977766.
HSL color Cylindrical-coordinate representation of color #E66F2D: hue angle of 21.41º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E66F2D is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 45 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.10 |
| HSL | 21.41º | 0.79% | 0.54% | - |
| HSV(B) | 21.41º | 0.8% | 0.9% | - |
| XYZ | 38.79 | 28.38 | 5.92 | - |
| YUV | 139.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 45 | 0 | 0.52 | 0.80 | 0.10 | 21.41 | 0.79 | 0.54 |
| Hex | E6 | 6F | 2D | 0 | 34 | 50 | A | 15 | 4F | 36 |
| Octal | 346 | 157 | 55 | 0 | 64 | 120 | 12 | 25 | 117 | 66 |
| Binary | 11100110 | 1101111 | 101101 | 0 | 110100 | 1010000 | 1010 | 10101 | 1001111 | 110110 |
Color Harmonies of #E66F2D
Complementary color
Monochromatic Colors of #E66F2D
Black with #E66F2D
Text Example
Text Example
White with #E66F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F2D; }
p { color: rgb(230,111,45); }
H1.HeaderClassName
{
color: #E66F2D;
}
.AnyTagClassName
{
color: #E66F2D;
}
</style>
background-color css
<style>
a { background-color: #E66F2D; }
a { background-color: rgb(230,111,45); }
div.DivClassName
{
background-color: #E66F2D;
}
.BgClassName
{
background-color: #E66F2D;
}
</style>
border-color css
<style>
span { border-color: #E66F2D; }
span { border-color: rgb(230,111,45); }
td.TdClassName
{
border-color: #E66F2D;
}
.TagClassName
{
border-color: #E66F2D;
}
</style>