Shades of Tahiti Gold #E66F22
Tints of Tahiti Gold #E66F22
RGB
CMYK
RGB Variations
Color information
#E66F22 (or 0xE66F22) is known color: Tahiti Gold. HEX triplet: E6, 6F and 22. RGB value is (230,111,34). Sum of RGB (Red+Green+Blue) = 230+111+34=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66F22 is #1990DD. Grayscale: #8A8A8A. Windows color (decimal): -1675486 or 2256870. OLE color: 2256870.
HSL color Cylindrical-coordinate representation of color #E66F22: hue angle of 23.57º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E66F22 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 34 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.10 |
| HSL | 23.57º | 0.8% | 0.52% | - |
| HSV(B) | 23.57º | 0.85% | 0.9% | - |
| XYZ | 38.61 | 28.31 | 4.94 | - |
| YUV | 137.8 | 69.42 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 34 | 0 | 0.52 | 0.85 | 0.10 | 23.57 | 0.8 | 0.52 |
| Hex | E6 | 6F | 22 | 0 | 34 | 55 | A | 18 | 50 | 34 |
| Octal | 346 | 157 | 42 | 0 | 64 | 125 | 12 | 30 | 120 | 64 |
| Binary | 11100110 | 1101111 | 100010 | 0 | 110100 | 1010101 | 1010 | 11000 | 1010000 | 110100 |
Color Harmonies of #E66F22
Complementary color
Monochromatic Colors of #E66F22
Black with #E66F22
Text Example
Text Example
White with #E66F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F22; }
p { color: rgb(230,111,34); }
H1.HeaderClassName
{
color: #E66F22;
}
.AnyTagClassName
{
color: #E66F22;
}
</style>
background-color css
<style>
a { background-color: #E66F22; }
a { background-color: rgb(230,111,34); }
div.DivClassName
{
background-color: #E66F22;
}
.BgClassName
{
background-color: #E66F22;
}
</style>
border-color css
<style>
span { border-color: #E66F22; }
span { border-color: rgb(230,111,34); }
td.TdClassName
{
border-color: #E66F22;
}
.TagClassName
{
border-color: #E66F22;
}
</style>