Shades of Tahiti Gold #E6701B
Tints of Tahiti Gold #E6701B
RGB
CMYK
RGB Variations
Color information
#E6701B (or 0xE6701B) is known color: Tahiti Gold. HEX triplet: E6, 70 and 1B. RGB value is (230,112,27). Sum of RGB (Red+Green+Blue) = 230+112+27=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E6701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6701B is #198FE4. Grayscale: #8A8A8A. Windows color (decimal): -1675237 or 1798374. OLE color: 1798374.
HSL color Cylindrical-coordinate representation of color #E6701B: hue angle of 25.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6701B is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 27 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.10 |
| HSL | 25.12º | 0.8% | 0.5% | - |
| HSV(B) | 25.12º | 0.88% | 0.9% | - |
| XYZ | 38.63 | 28.49 | 4.5 | - |
| YUV | 137.59 | 65.59 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 27 | 0 | 0.51 | 0.88 | 0.10 | 25.12 | 0.8 | 0.5 |
| Hex | E6 | 70 | 1B | 0 | 33 | 58 | A | 19 | 50 | 32 |
| Octal | 346 | 160 | 33 | 0 | 63 | 130 | 12 | 31 | 120 | 62 |
| Binary | 11100110 | 1110000 | 11011 | 0 | 110011 | 1011000 | 1010 | 11001 | 1010000 | 110010 |
Color Harmonies of #E6701B
Complementary color
Monochromatic Colors of #E6701B
Black with #E6701B
Text Example
Text Example
White with #E6701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6701B; }
p { color: rgb(230,112,27); }
H1.HeaderClassName
{
color: #E6701B;
}
.AnyTagClassName
{
color: #E6701B;
}
</style>
background-color css
<style>
a { background-color: #E6701B; }
a { background-color: rgb(230,112,27); }
div.DivClassName
{
background-color: #E6701B;
}
.BgClassName
{
background-color: #E6701B;
}
</style>
border-color css
<style>
span { border-color: #E6701B; }
span { border-color: rgb(230,112,27); }
td.TdClassName
{
border-color: #E6701B;
}
.TagClassName
{
border-color: #E6701B;
}
</style>