Shades of Tahiti Gold #E0761B
Tints of Tahiti Gold #E0761B
RGB
CMYK
RGB Variations
Color information
#E0761B (or 0xE0761B) is known color: Tahiti Gold. HEX triplet: E0, 76 and 1B. RGB value is (224,118,27). Sum of RGB (Red+Green+Blue) = 224+118+27=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0761B is #1F89E4. Grayscale: #8B8B8B. Windows color (decimal): -2066917 or 1799904. OLE color: 1799904.
HSL color Cylindrical-coordinate representation of color #E0761B: hue angle of 27.72º 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 #E0761B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 27 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.12 |
| HSL | 27.72º | 0.78% | 0.49% | - |
| HSV(B) | 27.72º | 0.88% | 0.88% | - |
| XYZ | 37.42 | 28.88 | 4.64 | - |
| YUV | 139.32 | 64.62 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 27 | 0 | 0.47 | 0.88 | 0.12 | 27.72 | 0.78 | 0.49 |
| Hex | E0 | 76 | 1B | 0 | 2F | 58 | C | 1C | 4E | 31 |
| Octal | 340 | 166 | 33 | 0 | 57 | 130 | 14 | 34 | 116 | 61 |
| Binary | 11100000 | 1110110 | 11011 | 0 | 101111 | 1011000 | 1100 | 11100 | 1001110 | 110001 |
Color Harmonies of #E0761B
Complementary color
Monochromatic Colors of #E0761B
Black with #E0761B
Text Example
Text Example
White with #E0761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0761B; }
p { color: rgb(224,118,27); }
H1.HeaderClassName
{
color: #E0761B;
}
.AnyTagClassName
{
color: #E0761B;
}
</style>
background-color css
<style>
a { background-color: #E0761B; }
a { background-color: rgb(224,118,27); }
div.DivClassName
{
background-color: #E0761B;
}
.BgClassName
{
background-color: #E0761B;
}
</style>
border-color css
<style>
span { border-color: #E0761B; }
span { border-color: rgb(224,118,27); }
td.TdClassName
{
border-color: #E0761B;
}
.TagClassName
{
border-color: #E0761B;
}
</style>