Shades of Tahiti Gold #E0751F
Tints of Tahiti Gold #E0751F
RGB
CMYK
RGB Variations
Color information
#E0751F (or 0xE0751F) is known color: Tahiti Gold. HEX triplet: E0, 75 and 1F. RGB value is (224,117,31). Sum of RGB (Red+Green+Blue) = 224+117+31=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E0751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0751F is #1F8AE0. Grayscale: #8B8B8B. Windows color (decimal): -2067169 or 2061792. OLE color: 2061792.
HSL color Cylindrical-coordinate representation of color #E0751F: hue angle of 26.74º 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 #E0751F is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 31 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.12 |
| HSL | 26.74º | 0.76% | 0.5% | - |
| HSV(B) | 26.74º | 0.86% | 0.88% | - |
| XYZ | 37.35 | 28.67 | 4.86 | - |
| YUV | 139.19 | 66.95 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 31 | 0 | 0.48 | 0.86 | 0.12 | 26.74 | 0.76 | 0.5 |
| Hex | E0 | 75 | 1F | 0 | 30 | 56 | C | 1B | 4C | 32 |
| Octal | 340 | 165 | 37 | 0 | 60 | 126 | 14 | 33 | 114 | 62 |
| Binary | 11100000 | 1110101 | 11111 | 0 | 110000 | 1010110 | 1100 | 11011 | 1001100 | 110010 |
Color Harmonies of #E0751F
Complementary color
Monochromatic Colors of #E0751F
Black with #E0751F
Text Example
Text Example
White with #E0751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0751F; }
p { color: rgb(224,117,31); }
H1.HeaderClassName
{
color: #E0751F;
}
.AnyTagClassName
{
color: #E0751F;
}
</style>
background-color css
<style>
a { background-color: #E0751F; }
a { background-color: rgb(224,117,31); }
div.DivClassName
{
background-color: #E0751F;
}
.BgClassName
{
background-color: #E0751F;
}
</style>
border-color css
<style>
span { border-color: #E0751F; }
span { border-color: rgb(224,117,31); }
td.TdClassName
{
border-color: #E0751F;
}
.TagClassName
{
border-color: #E0751F;
}
</style>