Shades of Tahiti Gold #E6701C
Tints of Tahiti Gold #E6701C
RGB
CMYK
RGB Variations
Color information
#E6701C (or 0xE6701C) is known color: Tahiti Gold. HEX triplet: E6, 70 and 1C. RGB value is (230,112,28). Sum of RGB (Red+Green+Blue) = 230+112+28=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6701C is #198FE3. Grayscale: #8A8A8A. Windows color (decimal): -1675236 or 1863910. OLE color: 1863910.
HSL color Cylindrical-coordinate representation of color #E6701C: hue angle of 24.95º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6701C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.10 |
| HSL | 24.95º | 0.8% | 0.51% | - |
| HSV(B) | 24.95º | 0.88% | 0.9% | - |
| XYZ | 38.64 | 28.5 | 4.56 | - |
| YUV | 137.71 | 66.09 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 28 | 0 | 0.51 | 0.88 | 0.10 | 24.95 | 0.8 | 0.51 |
| Hex | E6 | 70 | 1C | 0 | 33 | 58 | A | 19 | 50 | 33 |
| Octal | 346 | 160 | 34 | 0 | 63 | 130 | 12 | 31 | 120 | 63 |
| Binary | 11100110 | 1110000 | 11100 | 0 | 110011 | 1011000 | 1010 | 11001 | 1010000 | 110011 |
Color Harmonies of #E6701C
Complementary color
Monochromatic Colors of #E6701C
Black with #E6701C
Text Example
Text Example
White with #E6701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6701C; }
p { color: rgb(230,112,28); }
H1.HeaderClassName
{
color: #E6701C;
}
.AnyTagClassName
{
color: #E6701C;
}
</style>
background-color css
<style>
a { background-color: #E6701C; }
a { background-color: rgb(230,112,28); }
div.DivClassName
{
background-color: #E6701C;
}
.BgClassName
{
background-color: #E6701C;
}
</style>
border-color css
<style>
span { border-color: #E6701C; }
span { border-color: rgb(230,112,28); }
td.TdClassName
{
border-color: #E6701C;
}
.TagClassName
{
border-color: #E6701C;
}
</style>