Shades of Tahiti Gold #E0711C
Tints of Tahiti Gold #E0711C
RGB
CMYK
RGB Variations
Color information
#E0711C (or 0xE0711C) is known color: Tahiti Gold. HEX triplet: E0, 71 and 1C. RGB value is (224,113,28). Sum of RGB (Red+Green+Blue) = 224+113+28=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0711C is #1F8EE3. Grayscale: #888888. Windows color (decimal): -2068196 or 1864160. OLE color: 1864160.
HSL color Cylindrical-coordinate representation of color #E0711C: hue angle of 26.02º 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 #E0711C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 28 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.12 |
| HSL | 26.02º | 0.78% | 0.49% | - |
| HSV(B) | 26.02º | 0.88% | 0.88% | - |
| XYZ | 36.86 | 27.74 | 4.51 | - |
| YUV | 136.5 | 66.77 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 28 | 0 | 0.50 | 0.88 | 0.12 | 26.02 | 0.78 | 0.49 |
| Hex | E0 | 71 | 1C | 0 | 32 | 58 | C | 1A | 4E | 31 |
| Octal | 340 | 161 | 34 | 0 | 62 | 130 | 14 | 32 | 116 | 61 |
| Binary | 11100000 | 1110001 | 11100 | 0 | 110010 | 1011000 | 1100 | 11010 | 1001110 | 110001 |
Color Harmonies of #E0711C
Complementary color
Monochromatic Colors of #E0711C
Black with #E0711C
Text Example
Text Example
White with #E0711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0711C; }
p { color: rgb(224,113,28); }
H1.HeaderClassName
{
color: #E0711C;
}
.AnyTagClassName
{
color: #E0711C;
}
</style>
background-color css
<style>
a { background-color: #E0711C; }
a { background-color: rgb(224,113,28); }
div.DivClassName
{
background-color: #E0711C;
}
.BgClassName
{
background-color: #E0711C;
}
</style>
border-color css
<style>
span { border-color: #E0711C; }
span { border-color: rgb(224,113,28); }
td.TdClassName
{
border-color: #E0711C;
}
.TagClassName
{
border-color: #E0711C;
}
</style>