Shades of Tahiti Gold #E67A1F
Tints of Tahiti Gold #E67A1F
RGB
CMYK
RGB Variations
Color information
#E67A1F (or 0xE67A1F) is known color: Tahiti Gold. HEX triplet: E6, 7A and 1F. RGB value is (230,122,31). Sum of RGB (Red+Green+Blue) = 230+122+31=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67A1F is #1985E0. Grayscale: #909090. Windows color (decimal): -1672673 or 2063078. OLE color: 2063078.
HSL color Cylindrical-coordinate representation of color #E67A1F: hue angle of 27.44º 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 #E67A1F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 31 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.10 |
| HSL | 27.44º | 0.8% | 0.51% | - |
| HSV(B) | 27.44º | 0.87% | 0.9% | - |
| XYZ | 39.84 | 30.84 | 5.15 | - |
| YUV | 143.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 31 | 0 | 0.47 | 0.87 | 0.10 | 27.44 | 0.8 | 0.51 |
| Hex | E6 | 7A | 1F | 0 | 2F | 57 | A | 1B | 50 | 33 |
| Octal | 346 | 172 | 37 | 0 | 57 | 127 | 12 | 33 | 120 | 63 |
| Binary | 11100110 | 1111010 | 11111 | 0 | 101111 | 1010111 | 1010 | 11011 | 1010000 | 110011 |
Color Harmonies of #E67A1F
Complementary color
Monochromatic Colors of #E67A1F
Black with #E67A1F
Text Example
Text Example
White with #E67A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A1F; }
p { color: rgb(230,122,31); }
H1.HeaderClassName
{
color: #E67A1F;
}
.AnyTagClassName
{
color: #E67A1F;
}
</style>
background-color css
<style>
a { background-color: #E67A1F; }
a { background-color: rgb(230,122,31); }
div.DivClassName
{
background-color: #E67A1F;
}
.BgClassName
{
background-color: #E67A1F;
}
</style>
border-color css
<style>
span { border-color: #E67A1F; }
span { border-color: rgb(230,122,31); }
td.TdClassName
{
border-color: #E67A1F;
}
.TagClassName
{
border-color: #E67A1F;
}
</style>