Shades of Tahiti Gold #E6741D
Tints of Tahiti Gold #E6741D
RGB
CMYK
RGB Variations
Color information
#E6741D (or 0xE6741D) is known color: Tahiti Gold. HEX triplet: E6, 74 and 1D. RGB value is (230,116,29). Sum of RGB (Red+Green+Blue) = 230+116+29=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6741D is #198BE2. Grayscale: #8C8C8C. Windows color (decimal): -1674211 or 1930470. OLE color: 1930470.
HSL color Cylindrical-coordinate representation of color #E6741D: hue angle of 25.97º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6741D is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 29 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.10 |
| HSL | 25.97º | 0.8% | 0.51% | - |
| HSV(B) | 25.97º | 0.87% | 0.9% | - |
| XYZ | 39.1 | 29.4 | 4.78 | - |
| YUV | 140.17 | 65.27 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 29 | 0 | 0.50 | 0.87 | 0.10 | 25.97 | 0.8 | 0.51 |
| Hex | E6 | 74 | 1D | 0 | 32 | 57 | A | 1A | 50 | 33 |
| Octal | 346 | 164 | 35 | 0 | 62 | 127 | 12 | 32 | 120 | 63 |
| Binary | 11100110 | 1110100 | 11101 | 0 | 110010 | 1010111 | 1010 | 11010 | 1010000 | 110011 |
Color Harmonies of #E6741D
Complementary color
Monochromatic Colors of #E6741D
Black with #E6741D
Text Example
Text Example
White with #E6741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6741D; }
p { color: rgb(230,116,29); }
H1.HeaderClassName
{
color: #E6741D;
}
.AnyTagClassName
{
color: #E6741D;
}
</style>
background-color css
<style>
a { background-color: #E6741D; }
a { background-color: rgb(230,116,29); }
div.DivClassName
{
background-color: #E6741D;
}
.BgClassName
{
background-color: #E6741D;
}
</style>
border-color css
<style>
span { border-color: #E6741D; }
span { border-color: rgb(230,116,29); }
td.TdClassName
{
border-color: #E6741D;
}
.TagClassName
{
border-color: #E6741D;
}
</style>