Shades of Tahiti Gold #E67625
Tints of Tahiti Gold #E67625
RGB
CMYK
RGB Variations
Color information
#E67625 (or 0xE67625) is known color: Tahiti Gold. HEX triplet: E6, 76 and 25. RGB value is (230,118,37). Sum of RGB (Red+Green+Blue) = 230+118+37=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E67625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67625 is #1989DA. Grayscale: #8E8E8E. Windows color (decimal): -1673691 or 2455270. OLE color: 2455270.
HSL color Cylindrical-coordinate representation of color #E67625: hue angle of 25.18º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E67625 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 37 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.10 |
| HSL | 25.18º | 0.79% | 0.52% | - |
| HSV(B) | 25.18º | 0.84% | 0.9% | - |
| XYZ | 39.45 | 29.91 | 5.45 | - |
| YUV | 142.25 | 68.61 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 37 | 0 | 0.49 | 0.84 | 0.10 | 25.18 | 0.79 | 0.52 |
| Hex | E6 | 76 | 25 | 0 | 31 | 54 | A | 19 | 4F | 34 |
| Octal | 346 | 166 | 45 | 0 | 61 | 124 | 12 | 31 | 117 | 64 |
| Binary | 11100110 | 1110110 | 100101 | 0 | 110001 | 1010100 | 1010 | 11001 | 1001111 | 110100 |
Color Harmonies of #E67625
Complementary color
Monochromatic Colors of #E67625
Black with #E67625
Text Example
Text Example
White with #E67625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67625; }
p { color: rgb(230,118,37); }
H1.HeaderClassName
{
color: #E67625;
}
.AnyTagClassName
{
color: #E67625;
}
</style>
background-color css
<style>
a { background-color: #E67625; }
a { background-color: rgb(230,118,37); }
div.DivClassName
{
background-color: #E67625;
}
.BgClassName
{
background-color: #E67625;
}
</style>
border-color css
<style>
span { border-color: #E67625; }
span { border-color: rgb(230,118,37); }
td.TdClassName
{
border-color: #E67625;
}
.TagClassName
{
border-color: #E67625;
}
</style>