Shades of Tahiti Gold #E67127
Tints of Tahiti Gold #E67127
RGB
CMYK
RGB Variations
Color information
#E67127 (or 0xE67127) is known color: Tahiti Gold. HEX triplet: E6, 71 and 27. RGB value is (230,113,39). Sum of RGB (Red+Green+Blue) = 230+113+39=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E67127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67127 is #198ED8. Grayscale: #8B8B8B. Windows color (decimal): -1674969 or 2585062. OLE color: 2585062.
HSL color Cylindrical-coordinate representation of color #E67127: hue angle of 23.25º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E67127 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 39 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.10 |
| HSL | 23.25º | 0.79% | 0.53% | - |
| HSV(B) | 23.25º | 0.83% | 0.9% | - |
| XYZ | 38.9 | 28.78 | 5.42 | - |
| YUV | 139.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 39 | 0 | 0.51 | 0.83 | 0.10 | 23.25 | 0.79 | 0.53 |
| Hex | E6 | 71 | 27 | 0 | 33 | 53 | A | 17 | 4F | 35 |
| Octal | 346 | 161 | 47 | 0 | 63 | 123 | 12 | 27 | 117 | 65 |
| Binary | 11100110 | 1110001 | 100111 | 0 | 110011 | 1010011 | 1010 | 10111 | 1001111 | 110101 |
Color Harmonies of #E67127
Complementary color
Monochromatic Colors of #E67127
Black with #E67127
Text Example
Text Example
White with #E67127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67127; }
p { color: rgb(230,113,39); }
H1.HeaderClassName
{
color: #E67127;
}
.AnyTagClassName
{
color: #E67127;
}
</style>
background-color css
<style>
a { background-color: #E67127; }
a { background-color: rgb(230,113,39); }
div.DivClassName
{
background-color: #E67127;
}
.BgClassName
{
background-color: #E67127;
}
</style>
border-color css
<style>
span { border-color: #E67127; }
span { border-color: rgb(230,113,39); }
td.TdClassName
{
border-color: #E67127;
}
.TagClassName
{
border-color: #E67127;
}
</style>