Shades of Tahiti Gold #E06F1E
Tints of Tahiti Gold #E06F1E
RGB
CMYK
RGB Variations
Color information
#E06F1E (or 0xE06F1E) is known color: Tahiti Gold. HEX triplet: E0, 6F and 1E. RGB value is (224,111,30). Sum of RGB (Red+Green+Blue) = 224+111+30=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F1E is #1F90E1. Grayscale: #878787. Windows color (decimal): -2068706 or 1994720. OLE color: 1994720.
HSL color Cylindrical-coordinate representation of color #E06F1E: hue angle of 25.05º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E06F1E is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 30 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.12 |
| HSL | 25.05º | 0.76% | 0.5% | - |
| HSV(B) | 25.05º | 0.87% | 0.88% | - |
| XYZ | 36.66 | 27.31 | 4.57 | - |
| YUV | 135.55 | 68.44 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 30 | 0 | 0.50 | 0.87 | 0.12 | 25.05 | 0.76 | 0.5 |
| Hex | E0 | 6F | 1E | 0 | 32 | 57 | C | 19 | 4C | 32 |
| Octal | 340 | 157 | 36 | 0 | 62 | 127 | 14 | 31 | 114 | 62 |
| Binary | 11100000 | 1101111 | 11110 | 0 | 110010 | 1010111 | 1100 | 11001 | 1001100 | 110010 |
Color Harmonies of #E06F1E
Complementary color
Monochromatic Colors of #E06F1E
Black with #E06F1E
Text Example
Text Example
White with #E06F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F1E; }
p { color: rgb(224,111,30); }
H1.HeaderClassName
{
color: #E06F1E;
}
.AnyTagClassName
{
color: #E06F1E;
}
</style>
background-color css
<style>
a { background-color: #E06F1E; }
a { background-color: rgb(224,111,30); }
div.DivClassName
{
background-color: #E06F1E;
}
.BgClassName
{
background-color: #E06F1E;
}
</style>
border-color css
<style>
span { border-color: #E06F1E; }
span { border-color: rgb(224,111,30); }
td.TdClassName
{
border-color: #E06F1E;
}
.TagClassName
{
border-color: #E06F1E;
}
</style>