Shades of Tahiti Gold #E0741F
Tints of Tahiti Gold #E0741F
RGB
CMYK
RGB Variations
Color information
#E0741F (or 0xE0741F) is known color: Tahiti Gold. HEX triplet: E0, 74 and 1F. RGB value is (224,116,31). Sum of RGB (Red+Green+Blue) = 224+116+31=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0741F is #1F8BE0. Grayscale: #8B8B8B. Windows color (decimal): -2067425 or 2061536. OLE color: 2061536.
HSL color Cylindrical-coordinate representation of color #E0741F: hue angle of 26.42º 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 #E0741F is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 31 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.12 |
| HSL | 26.42º | 0.76% | 0.5% | - |
| HSV(B) | 26.42º | 0.86% | 0.88% | - |
| XYZ | 37.23 | 28.44 | 4.82 | - |
| YUV | 138.6 | 67.28 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 31 | 0 | 0.48 | 0.86 | 0.12 | 26.42 | 0.76 | 0.5 |
| Hex | E0 | 74 | 1F | 0 | 30 | 56 | C | 1A | 4C | 32 |
| Octal | 340 | 164 | 37 | 0 | 60 | 126 | 14 | 32 | 114 | 62 |
| Binary | 11100000 | 1110100 | 11111 | 0 | 110000 | 1010110 | 1100 | 11010 | 1001100 | 110010 |
Color Harmonies of #E0741F
Complementary color
Monochromatic Colors of #E0741F
Black with #E0741F
Text Example
Text Example
White with #E0741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0741F; }
p { color: rgb(224,116,31); }
H1.HeaderClassName
{
color: #E0741F;
}
.AnyTagClassName
{
color: #E0741F;
}
</style>
background-color css
<style>
a { background-color: #E0741F; }
a { background-color: rgb(224,116,31); }
div.DivClassName
{
background-color: #E0741F;
}
.BgClassName
{
background-color: #E0741F;
}
</style>
border-color css
<style>
span { border-color: #E0741F; }
span { border-color: rgb(224,116,31); }
td.TdClassName
{
border-color: #E0741F;
}
.TagClassName
{
border-color: #E0741F;
}
</style>