Shades of Tahiti Gold #E0801F
Tints of Tahiti Gold #E0801F
RGB
CMYK
RGB Variations
Color information
#E0801F (or 0xE0801F) is known color: Tahiti Gold. HEX triplet: E0, 80 and 1F. RGB value is (224,128,31). Sum of RGB (Red+Green+Blue) = 224+128+31=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0801F is #1F7FE0. Grayscale: #929292. Windows color (decimal): -2064353 or 2064608. OLE color: 2064608.
HSL color Cylindrical-coordinate representation of color #E0801F: hue angle of 30.16º 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 #E0801F is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 31 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.12 |
| HSL | 30.16º | 0.76% | 0.5% | - |
| HSV(B) | 30.16º | 0.86% | 0.88% | - |
| XYZ | 38.71 | 31.38 | 5.31 | - |
| YUV | 145.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 31 | 0 | 0.43 | 0.86 | 0.12 | 30.16 | 0.76 | 0.5 |
| Hex | E0 | 80 | 1F | 0 | 2B | 56 | C | 1E | 4C | 32 |
| Octal | 340 | 200 | 37 | 0 | 53 | 126 | 14 | 36 | 114 | 62 |
| Binary | 11100000 | 10000000 | 11111 | 0 | 101011 | 1010110 | 1100 | 11110 | 1001100 | 110010 |
Color Harmonies of #E0801F
Complementary color
Monochromatic Colors of #E0801F
Black with #E0801F
Text Example
Text Example
White with #E0801F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0801F; }
p { color: rgb(224,128,31); }
H1.HeaderClassName
{
color: #E0801F;
}
.AnyTagClassName
{
color: #E0801F;
}
</style>
background-color css
<style>
a { background-color: #E0801F; }
a { background-color: rgb(224,128,31); }
div.DivClassName
{
background-color: #E0801F;
}
.BgClassName
{
background-color: #E0801F;
}
</style>
border-color css
<style>
span { border-color: #E0801F; }
span { border-color: rgb(224,128,31); }
td.TdClassName
{
border-color: #E0801F;
}
.TagClassName
{
border-color: #E0801F;
}
</style>