Shades of Tahiti Gold #E0751A
Tints of Tahiti Gold #E0751A
RGB
CMYK
RGB Variations
Color information
#E0751A (or 0xE0751A) is known color: Tahiti Gold. HEX triplet: E0, 75 and 1A. RGB value is (224,117,26). Sum of RGB (Red+Green+Blue) = 224+117+26=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0751A is #1F8AE5. Grayscale: #8B8B8B. Windows color (decimal): -2067174 or 1734112. OLE color: 1734112.
HSL color Cylindrical-coordinate representation of color #E0751A: hue angle of 27.58º 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 #E0751A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 26 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.12 |
| HSL | 27.58º | 0.79% | 0.49% | - |
| HSV(B) | 27.58º | 0.88% | 0.88% | - |
| XYZ | 37.29 | 28.64 | 4.54 | - |
| YUV | 138.62 | 64.45 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 26 | 0 | 0.48 | 0.88 | 0.12 | 27.58 | 0.79 | 0.49 |
| Hex | E0 | 75 | 1A | 0 | 30 | 58 | C | 1C | 4F | 31 |
| Octal | 340 | 165 | 32 | 0 | 60 | 130 | 14 | 34 | 117 | 61 |
| Binary | 11100000 | 1110101 | 11010 | 0 | 110000 | 1011000 | 1100 | 11100 | 1001111 | 110001 |
Color Harmonies of #E0751A
Complementary color
Monochromatic Colors of #E0751A
Black with #E0751A
Text Example
Text Example
White with #E0751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0751A; }
p { color: rgb(224,117,26); }
H1.HeaderClassName
{
color: #E0751A;
}
.AnyTagClassName
{
color: #E0751A;
}
</style>
background-color css
<style>
a { background-color: #E0751A; }
a { background-color: rgb(224,117,26); }
div.DivClassName
{
background-color: #E0751A;
}
.BgClassName
{
background-color: #E0751A;
}
</style>
border-color css
<style>
span { border-color: #E0751A; }
span { border-color: rgb(224,117,26); }
td.TdClassName
{
border-color: #E0751A;
}
.TagClassName
{
border-color: #E0751A;
}
</style>