Shades of Tahiti Gold #E6701A
Tints of Tahiti Gold #E6701A
RGB
CMYK
RGB Variations
Color information
#E6701A (or 0xE6701A) is known color: Tahiti Gold. HEX triplet: E6, 70 and 1A. RGB value is (230,112,26). Sum of RGB (Red+Green+Blue) = 230+112+26=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E6701A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6701A is #198FE5. Grayscale: #898989. Windows color (decimal): -1675238 or 1732838. OLE color: 1732838.
HSL color Cylindrical-coordinate representation of color #E6701A: hue angle of 25.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6701A is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 26 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.10 |
| HSL | 25.29º | 0.8% | 0.5% | - |
| HSV(B) | 25.29º | 0.89% | 0.9% | - |
| XYZ | 38.61 | 28.49 | 4.44 | - |
| YUV | 137.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 26 | 0 | 0.51 | 0.89 | 0.10 | 25.29 | 0.8 | 0.5 |
| Hex | E6 | 70 | 1A | 0 | 33 | 59 | A | 19 | 50 | 32 |
| Octal | 346 | 160 | 32 | 0 | 63 | 131 | 12 | 31 | 120 | 62 |
| Binary | 11100110 | 1110000 | 11010 | 0 | 110011 | 1011001 | 1010 | 11001 | 1010000 | 110010 |
Color Harmonies of #E6701A
Complementary color
Monochromatic Colors of #E6701A
Black with #E6701A
Text Example
Text Example
White with #E6701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6701A; }
p { color: rgb(230,112,26); }
H1.HeaderClassName
{
color: #E6701A;
}
.AnyTagClassName
{
color: #E6701A;
}
</style>
background-color css
<style>
a { background-color: #E6701A; }
a { background-color: rgb(230,112,26); }
div.DivClassName
{
background-color: #E6701A;
}
.BgClassName
{
background-color: #E6701A;
}
</style>
border-color css
<style>
span { border-color: #E6701A; }
span { border-color: rgb(230,112,26); }
td.TdClassName
{
border-color: #E6701A;
}
.TagClassName
{
border-color: #E6701A;
}
</style>