Shades of Tahiti Gold #E06F1C
Tints of Tahiti Gold #E06F1C
RGB
CMYK
RGB Variations
Color information
#E06F1C (or 0xE06F1C) is known color: Tahiti Gold. HEX triplet: E0, 6F and 1C. RGB value is (224,111,28). Sum of RGB (Red+Green+Blue) = 224+111+28=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F1C is #1F90E3. Grayscale: #878787. Windows color (decimal): -2068708 or 1863648. OLE color: 1863648.
HSL color Cylindrical-coordinate representation of color #E06F1C: hue angle of 25.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E06F1C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 28 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.12 |
| HSL | 25.41º | 0.78% | 0.49% | - |
| HSV(B) | 25.41º | 0.88% | 0.88% | - |
| XYZ | 36.63 | 27.3 | 4.44 | - |
| YUV | 135.33 | 67.44 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 28 | 0 | 0.50 | 0.88 | 0.12 | 25.41 | 0.78 | 0.49 |
| Hex | E0 | 6F | 1C | 0 | 32 | 58 | C | 19 | 4E | 31 |
| Octal | 340 | 157 | 34 | 0 | 62 | 130 | 14 | 31 | 116 | 61 |
| Binary | 11100000 | 1101111 | 11100 | 0 | 110010 | 1011000 | 1100 | 11001 | 1001110 | 110001 |
Color Harmonies of #E06F1C
Complementary color
Monochromatic Colors of #E06F1C
Black with #E06F1C
Text Example
Text Example
White with #E06F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F1C; }
p { color: rgb(224,111,28); }
H1.HeaderClassName
{
color: #E06F1C;
}
.AnyTagClassName
{
color: #E06F1C;
}
</style>
background-color css
<style>
a { background-color: #E06F1C; }
a { background-color: rgb(224,111,28); }
div.DivClassName
{
background-color: #E06F1C;
}
.BgClassName
{
background-color: #E06F1C;
}
</style>
border-color css
<style>
span { border-color: #E06F1C; }
span { border-color: rgb(224,111,28); }
td.TdClassName
{
border-color: #E06F1C;
}
.TagClassName
{
border-color: #E06F1C;
}
</style>