Shades of Tahiti Gold #E06F1F
Tints of Tahiti Gold #E06F1F
RGB
CMYK
RGB Variations
Color information
#E06F1F (or 0xE06F1F) is known color: Tahiti Gold. HEX triplet: E0, 6F and 1F. RGB value is (224,111,31). Sum of RGB (Red+Green+Blue) = 224+111+31=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F1F is #1F90E0. Grayscale: #888888. Windows color (decimal): -2068705 or 2060256. OLE color: 2060256.
HSL color Cylindrical-coordinate representation of color #E06F1F: hue angle of 24.87º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E06F1F is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 31 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.12 |
| HSL | 24.87º | 0.76% | 0.5% | - |
| HSV(B) | 24.87º | 0.86% | 0.88% | - |
| XYZ | 36.67 | 27.32 | 4.64 | - |
| YUV | 135.67 | 68.94 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 31 | 0 | 0.50 | 0.86 | 0.12 | 24.87 | 0.76 | 0.5 |
| Hex | E0 | 6F | 1F | 0 | 32 | 56 | C | 19 | 4C | 32 |
| Octal | 340 | 157 | 37 | 0 | 62 | 126 | 14 | 31 | 114 | 62 |
| Binary | 11100000 | 1101111 | 11111 | 0 | 110010 | 1010110 | 1100 | 11001 | 1001100 | 110010 |
Color Harmonies of #E06F1F
Complementary color
Monochromatic Colors of #E06F1F
Black with #E06F1F
Text Example
Text Example
White with #E06F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F1F; }
p { color: rgb(224,111,31); }
H1.HeaderClassName
{
color: #E06F1F;
}
.AnyTagClassName
{
color: #E06F1F;
}
</style>
background-color css
<style>
a { background-color: #E06F1F; }
a { background-color: rgb(224,111,31); }
div.DivClassName
{
background-color: #E06F1F;
}
.BgClassName
{
background-color: #E06F1F;
}
</style>
border-color css
<style>
span { border-color: #E06F1F; }
span { border-color: rgb(224,111,31); }
td.TdClassName
{
border-color: #E06F1F;
}
.TagClassName
{
border-color: #E06F1F;
}
</style>