Shades of Tahiti Gold #E67C28
Tints of Tahiti Gold #E67C28
RGB
CMYK
RGB Variations
Color information
#E67C28 (or 0xE67C28) is known color: Tahiti Gold. HEX triplet: E6, 7C and 28. RGB value is (230,124,40). Sum of RGB (Red+Green+Blue) = 230+124+40=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67C28 is #1983D7. Grayscale: #929292. Windows color (decimal): -1672152 or 2653414. OLE color: 2653414.
HSL color Cylindrical-coordinate representation of color #E67C28: hue angle of 26.53º 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 #E67C28 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 40 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.10 |
| HSL | 26.53º | 0.79% | 0.53% | - |
| HSV(B) | 26.53º | 0.83% | 0.9% | - |
| XYZ | 40.22 | 31.39 | 5.95 | - |
| YUV | 146.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 40 | 0 | 0.46 | 0.83 | 0.10 | 26.53 | 0.79 | 0.53 |
| Hex | E6 | 7C | 28 | 0 | 2E | 53 | A | 1B | 4F | 35 |
| Octal | 346 | 174 | 50 | 0 | 56 | 123 | 12 | 33 | 117 | 65 |
| Binary | 11100110 | 1111100 | 101000 | 0 | 101110 | 1010011 | 1010 | 11011 | 1001111 | 110101 |
Color Harmonies of #E67C28
Complementary color
Monochromatic Colors of #E67C28
Black with #E67C28
Text Example
Text Example
White with #E67C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67C28; }
p { color: rgb(230,124,40); }
H1.HeaderClassName
{
color: #E67C28;
}
.AnyTagClassName
{
color: #E67C28;
}
</style>
background-color css
<style>
a { background-color: #E67C28; }
a { background-color: rgb(230,124,40); }
div.DivClassName
{
background-color: #E67C28;
}
.BgClassName
{
background-color: #E67C28;
}
</style>
border-color css
<style>
span { border-color: #E67C28; }
span { border-color: rgb(230,124,40); }
td.TdClassName
{
border-color: #E67C28;
}
.TagClassName
{
border-color: #E67C28;
}
</style>