Shades of Tahiti Gold #E9701C
Tints of Tahiti Gold #E9701C
RGB
CMYK
RGB Variations
Color information
#E9701C (or 0xE9701C) is known color: Tahiti Gold. HEX triplet: E9, 70 and 1C. RGB value is (233,112,28). Sum of RGB (Red+Green+Blue) = 233+112+28=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9701C is #168FE3. Grayscale: #8B8B8B. Windows color (decimal): -1478628 or 1863913. OLE color: 1863913.
HSL color Cylindrical-coordinate representation of color #E9701C: hue angle of 24.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9701C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 28 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.09 |
| HSL | 24.59º | 0.82% | 0.51% | - |
| HSV(B) | 24.59º | 0.88% | 0.91% | - |
| XYZ | 39.61 | 29 | 4.61 | - |
| YUV | 138.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 28 | 0 | 0.52 | 0.88 | 0.09 | 24.59 | 0.82 | 0.51 |
| Hex | E9 | 70 | 1C | 0 | 34 | 58 | 9 | 19 | 52 | 33 |
| Octal | 351 | 160 | 34 | 0 | 64 | 130 | 11 | 31 | 122 | 63 |
| Binary | 11101001 | 1110000 | 11100 | 0 | 110100 | 1011000 | 1001 | 11001 | 1010010 | 110011 |
Color Harmonies of #E9701C
Complementary color
Monochromatic Colors of #E9701C
Black with #E9701C
Text Example
Text Example
White with #E9701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9701C; }
p { color: rgb(233,112,28); }
H1.HeaderClassName
{
color: #E9701C;
}
.AnyTagClassName
{
color: #E9701C;
}
</style>
background-color css
<style>
a { background-color: #E9701C; }
a { background-color: rgb(233,112,28); }
div.DivClassName
{
background-color: #E9701C;
}
.BgClassName
{
background-color: #E9701C;
}
</style>
border-color css
<style>
span { border-color: #E9701C; }
span { border-color: rgb(233,112,28); }
td.TdClassName
{
border-color: #E9701C;
}
.TagClassName
{
border-color: #E9701C;
}
</style>