Shades of Tahiti Gold #E0771A
Tints of Tahiti Gold #E0771A
RGB
CMYK
RGB Variations
Color information
#E0771A (or 0xE0771A) is known color: Tahiti Gold. HEX triplet: E0, 77 and 1A. RGB value is (224,119,26). Sum of RGB (Red+Green+Blue) = 224+119+26=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0771A is #1F88E5. Grayscale: #8C8C8C. Windows color (decimal): -2066662 or 1734624. OLE color: 1734624.
HSL color Cylindrical-coordinate representation of color #E0771A: hue angle of 28.18º degrees, saturation: 0.79, 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 #E0771A is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 26 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.12 |
| HSL | 28.18º | 0.79% | 0.49% | - |
| HSV(B) | 28.18º | 0.88% | 0.88% | - |
| XYZ | 37.52 | 29.12 | 4.62 | - |
| YUV | 139.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 26 | 0 | 0.47 | 0.88 | 0.12 | 28.18 | 0.79 | 0.49 |
| Hex | E0 | 77 | 1A | 0 | 2F | 58 | C | 1C | 4F | 31 |
| Octal | 340 | 167 | 32 | 0 | 57 | 130 | 14 | 34 | 117 | 61 |
| Binary | 11100000 | 1110111 | 11010 | 0 | 101111 | 1011000 | 1100 | 11100 | 1001111 | 110001 |
Color Harmonies of #E0771A
Complementary color
Monochromatic Colors of #E0771A
Black with #E0771A
Text Example
Text Example
White with #E0771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0771A; }
p { color: rgb(224,119,26); }
H1.HeaderClassName
{
color: #E0771A;
}
.AnyTagClassName
{
color: #E0771A;
}
</style>
background-color css
<style>
a { background-color: #E0771A; }
a { background-color: rgb(224,119,26); }
div.DivClassName
{
background-color: #E0771A;
}
.BgClassName
{
background-color: #E0771A;
}
</style>
border-color css
<style>
span { border-color: #E0771A; }
span { border-color: rgb(224,119,26); }
td.TdClassName
{
border-color: #E0771A;
}
.TagClassName
{
border-color: #E0771A;
}
</style>