Shades of Tahiti Gold #E66F19
Tints of Tahiti Gold #E66F19
RGB
CMYK
RGB Variations
Color information
#E66F19 (or 0xE66F19) is known color: Tahiti Gold. HEX triplet: E6, 6F and 19. RGB value is (230,111,25). Sum of RGB (Red+Green+Blue) = 230+111+25=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66F19 is #1990E6. Grayscale: #898989. Windows color (decimal): -1675495 or 1667046. OLE color: 1667046.
HSL color Cylindrical-coordinate representation of color #E66F19: hue angle of 25.17º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E66F19 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 25 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.10 |
| HSL | 25.17º | 0.8% | 0.5% | - |
| HSV(B) | 25.17º | 0.89% | 0.9% | - |
| XYZ | 38.49 | 28.26 | 4.35 | - |
| YUV | 136.78 | 64.92 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 25 | 0 | 0.52 | 0.89 | 0.10 | 25.17 | 0.8 | 0.5 |
| Hex | E6 | 6F | 19 | 0 | 34 | 59 | A | 19 | 50 | 32 |
| Octal | 346 | 157 | 31 | 0 | 64 | 131 | 12 | 31 | 120 | 62 |
| Binary | 11100110 | 1101111 | 11001 | 0 | 110100 | 1011001 | 1010 | 11001 | 1010000 | 110010 |
Color Harmonies of #E66F19
Complementary color
Monochromatic Colors of #E66F19
Black with #E66F19
Text Example
Text Example
White with #E66F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F19; }
p { color: rgb(230,111,25); }
H1.HeaderClassName
{
color: #E66F19;
}
.AnyTagClassName
{
color: #E66F19;
}
</style>
background-color css
<style>
a { background-color: #E66F19; }
a { background-color: rgb(230,111,25); }
div.DivClassName
{
background-color: #E66F19;
}
.BgClassName
{
background-color: #E66F19;
}
</style>
border-color css
<style>
span { border-color: #E66F19; }
span { border-color: rgb(230,111,25); }
td.TdClassName
{
border-color: #E66F19;
}
.TagClassName
{
border-color: #E66F19;
}
</style>