Shades of Tahiti Gold #E67422
Tints of Tahiti Gold #E67422
RGB
CMYK
RGB Variations
Color information
#E67422 (or 0xE67422) is known color: Tahiti Gold. HEX triplet: E6, 74 and 22. RGB value is (230,116,34). Sum of RGB (Red+Green+Blue) = 230+116+34=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E67422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67422 is #198BDD. Grayscale: #8D8D8D. Windows color (decimal): -1674206 or 2258150. OLE color: 2258150.
HSL color Cylindrical-coordinate representation of color #E67422: hue angle of 25.1º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E67422 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 34 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.10 |
| HSL | 25.1º | 0.8% | 0.52% | - |
| HSV(B) | 25.1º | 0.85% | 0.9% | - |
| XYZ | 39.17 | 29.43 | 5.13 | - |
| YUV | 140.74 | 67.77 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 34 | 0 | 0.50 | 0.85 | 0.10 | 25.1 | 0.8 | 0.52 |
| Hex | E6 | 74 | 22 | 0 | 32 | 55 | A | 19 | 50 | 34 |
| Octal | 346 | 164 | 42 | 0 | 62 | 125 | 12 | 31 | 120 | 64 |
| Binary | 11100110 | 1110100 | 100010 | 0 | 110010 | 1010101 | 1010 | 11001 | 1010000 | 110100 |
Color Harmonies of #E67422
Complementary color
Monochromatic Colors of #E67422
Black with #E67422
Text Example
Text Example
White with #E67422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67422; }
p { color: rgb(230,116,34); }
H1.HeaderClassName
{
color: #E67422;
}
.AnyTagClassName
{
color: #E67422;
}
</style>
background-color css
<style>
a { background-color: #E67422; }
a { background-color: rgb(230,116,34); }
div.DivClassName
{
background-color: #E67422;
}
.BgClassName
{
background-color: #E67422;
}
</style>
border-color css
<style>
span { border-color: #E67422; }
span { border-color: rgb(230,116,34); }
td.TdClassName
{
border-color: #E67422;
}
.TagClassName
{
border-color: #E67422;
}
</style>