Shades of Tahiti Gold #E0771F
Tints of Tahiti Gold #E0771F
RGB
CMYK
RGB Variations
Color information
#E0771F (or 0xE0771F) is known color: Tahiti Gold. HEX triplet: E0, 77 and 1F. RGB value is (224,119,31). Sum of RGB (Red+Green+Blue) = 224+119+31=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E0771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0771F is #1F88E0. Grayscale: #8C8C8C. Windows color (decimal): -2066657 or 2062304. OLE color: 2062304.
HSL color Cylindrical-coordinate representation of color #E0771F: hue angle of 27.36º 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 #E0771F is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 31 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.12 |
| HSL | 27.36º | 0.76% | 0.5% | - |
| HSV(B) | 27.36º | 0.86% | 0.88% | - |
| XYZ | 37.58 | 29.14 | 4.94 | - |
| YUV | 140.36 | 66.29 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 31 | 0 | 0.47 | 0.86 | 0.12 | 27.36 | 0.76 | 0.5 |
| Hex | E0 | 77 | 1F | 0 | 2F | 56 | C | 1B | 4C | 32 |
| Octal | 340 | 167 | 37 | 0 | 57 | 126 | 14 | 33 | 114 | 62 |
| Binary | 11100000 | 1110111 | 11111 | 0 | 101111 | 1010110 | 1100 | 11011 | 1001100 | 110010 |
Color Harmonies of #E0771F
Complementary color
Monochromatic Colors of #E0771F
Black with #E0771F
Text Example
Text Example
White with #E0771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0771F; }
p { color: rgb(224,119,31); }
H1.HeaderClassName
{
color: #E0771F;
}
.AnyTagClassName
{
color: #E0771F;
}
</style>
background-color css
<style>
a { background-color: #E0771F; }
a { background-color: rgb(224,119,31); }
div.DivClassName
{
background-color: #E0771F;
}
.BgClassName
{
background-color: #E0771F;
}
</style>
border-color css
<style>
span { border-color: #E0771F; }
span { border-color: rgb(224,119,31); }
td.TdClassName
{
border-color: #E0771F;
}
.TagClassName
{
border-color: #E0771F;
}
</style>