Shades of Tahiti Gold #E0811F
Tints of Tahiti Gold #E0811F
RGB
CMYK
RGB Variations
Color information
#E0811F (or 0xE0811F) is known color: Tahiti Gold. HEX triplet: E0, 81 and 1F. RGB value is (224,129,31). Sum of RGB (Red+Green+Blue) = 224+129+31=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0811F is #1F7EE0. Grayscale: #929292. Windows color (decimal): -2064097 or 2064864. OLE color: 2064864.
HSL color Cylindrical-coordinate representation of color #E0811F: hue angle of 30.47º 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 #E0811F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 31 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.12 |
| HSL | 30.47º | 0.76% | 0.5% | - |
| HSV(B) | 30.47º | 0.86% | 0.88% | - |
| XYZ | 38.84 | 31.65 | 5.36 | - |
| YUV | 146.23 | 62.97 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 31 | 0 | 0.42 | 0.86 | 0.12 | 30.47 | 0.76 | 0.5 |
| Hex | E0 | 81 | 1F | 0 | 2A | 56 | C | 1E | 4C | 32 |
| Octal | 340 | 201 | 37 | 0 | 52 | 126 | 14 | 36 | 114 | 62 |
| Binary | 11100000 | 10000001 | 11111 | 0 | 101010 | 1010110 | 1100 | 11110 | 1001100 | 110010 |
Color Harmonies of #E0811F
Complementary color
Monochromatic Colors of #E0811F
Black with #E0811F
Text Example
Text Example
White with #E0811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0811F; }
p { color: rgb(224,129,31); }
H1.HeaderClassName
{
color: #E0811F;
}
.AnyTagClassName
{
color: #E0811F;
}
</style>
background-color css
<style>
a { background-color: #E0811F; }
a { background-color: rgb(224,129,31); }
div.DivClassName
{
background-color: #E0811F;
}
.BgClassName
{
background-color: #E0811F;
}
</style>
border-color css
<style>
span { border-color: #E0811F; }
span { border-color: rgb(224,129,31); }
td.TdClassName
{
border-color: #E0811F;
}
.TagClassName
{
border-color: #E0811F;
}
</style>