Shades of Tahiti Gold #E07F1B
Tints of Tahiti Gold #E07F1B
RGB
CMYK
RGB Variations
Color information
#E07F1B (or 0xE07F1B) is known color: Tahiti Gold. HEX triplet: E0, 7F and 1B. RGB value is (224,127,27). Sum of RGB (Red+Green+Blue) = 224+127+27=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F1B is #1F80E4. Grayscale: #919191. Windows color (decimal): -2064613 or 1802208. OLE color: 1802208.
HSL color Cylindrical-coordinate representation of color #E07F1B: hue angle of 30.46º 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 #E07F1B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.12 |
| HSL | 30.46º | 0.78% | 0.49% | - |
| HSV(B) | 30.46º | 0.88% | 0.88% | - |
| XYZ | 38.53 | 31.11 | 5.01 | - |
| YUV | 144.6 | 61.64 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 27 | 0 | 0.43 | 0.88 | 0.12 | 30.46 | 0.78 | 0.49 |
| Hex | E0 | 7F | 1B | 0 | 2B | 58 | C | 1E | 4E | 31 |
| Octal | 340 | 177 | 33 | 0 | 53 | 130 | 14 | 36 | 116 | 61 |
| Binary | 11100000 | 1111111 | 11011 | 0 | 101011 | 1011000 | 1100 | 11110 | 1001110 | 110001 |
Color Harmonies of #E07F1B
Complementary color
Monochromatic Colors of #E07F1B
Black with #E07F1B
Text Example
Text Example
White with #E07F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F1B; }
p { color: rgb(224,127,27); }
H1.HeaderClassName
{
color: #E07F1B;
}
.AnyTagClassName
{
color: #E07F1B;
}
</style>
background-color css
<style>
a { background-color: #E07F1B; }
a { background-color: rgb(224,127,27); }
div.DivClassName
{
background-color: #E07F1B;
}
.BgClassName
{
background-color: #E07F1B;
}
</style>
border-color css
<style>
span { border-color: #E07F1B; }
span { border-color: rgb(224,127,27); }
td.TdClassName
{
border-color: #E07F1B;
}
.TagClassName
{
border-color: #E07F1B;
}
</style>