Shades of Tahiti Gold #E67419
Tints of Tahiti Gold #E67419
RGB
CMYK
RGB Variations
Color information
#E67419 (or 0xE67419) is known color: Tahiti Gold. HEX triplet: E6, 74 and 19. RGB value is (230,116,25). Sum of RGB (Red+Green+Blue) = 230+116+25=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E67419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67419 is #198BE6. Grayscale: #8C8C8C. Windows color (decimal): -1674215 or 1668326. OLE color: 1668326.
HSL color Cylindrical-coordinate representation of color #E67419: hue angle of 26.63º 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 #E67419 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 25 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.10 |
| HSL | 26.63º | 0.8% | 0.5% | - |
| HSV(B) | 26.63º | 0.89% | 0.9% | - |
| XYZ | 39.05 | 29.38 | 4.53 | - |
| YUV | 139.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 25 | 0 | 0.50 | 0.89 | 0.10 | 26.63 | 0.8 | 0.5 |
| Hex | E6 | 74 | 19 | 0 | 32 | 59 | A | 1B | 50 | 32 |
| Octal | 346 | 164 | 31 | 0 | 62 | 131 | 12 | 33 | 120 | 62 |
| Binary | 11100110 | 1110100 | 11001 | 0 | 110010 | 1011001 | 1010 | 11011 | 1010000 | 110010 |
Color Harmonies of #E67419
Complementary color
Monochromatic Colors of #E67419
Black with #E67419
Text Example
Text Example
White with #E67419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67419; }
p { color: rgb(230,116,25); }
H1.HeaderClassName
{
color: #E67419;
}
.AnyTagClassName
{
color: #E67419;
}
</style>
background-color css
<style>
a { background-color: #E67419; }
a { background-color: rgb(230,116,25); }
div.DivClassName
{
background-color: #E67419;
}
.BgClassName
{
background-color: #E67419;
}
</style>
border-color css
<style>
span { border-color: #E67419; }
span { border-color: rgb(230,116,25); }
td.TdClassName
{
border-color: #E67419;
}
.TagClassName
{
border-color: #E67419;
}
</style>