Shades of Tahiti Gold #E37422
Tints of Tahiti Gold #E37422
RGB
CMYK
RGB Variations
Color information
#E37422 (or 0xE37422) is known color: Tahiti Gold. HEX triplet: E3, 74 and 22. RGB value is (227,116,34). Sum of RGB (Red+Green+Blue) = 227+116+34=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E37422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37422 is #1C8BDD. Grayscale: #8C8C8C. Windows color (decimal): -1870814 or 2258147. OLE color: 2258147.
HSL color Cylindrical-coordinate representation of color #E37422: hue angle of 25.49º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E37422 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 34 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.11 |
| HSL | 25.49º | 0.78% | 0.51% | - |
| HSV(B) | 25.49º | 0.85% | 0.89% | - |
| XYZ | 38.21 | 28.94 | 5.08 | - |
| YUV | 139.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 34 | 0 | 0.49 | 0.85 | 0.11 | 25.49 | 0.78 | 0.51 |
| Hex | E3 | 74 | 22 | 0 | 31 | 55 | B | 19 | 4E | 33 |
| Octal | 343 | 164 | 42 | 0 | 61 | 125 | 13 | 31 | 116 | 63 |
| Binary | 11100011 | 1110100 | 100010 | 0 | 110001 | 1010101 | 1011 | 11001 | 1001110 | 110011 |
Color Harmonies of #E37422
Complementary color
Monochromatic Colors of #E37422
Black with #E37422
Text Example
Text Example
White with #E37422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37422; }
p { color: rgb(227,116,34); }
H1.HeaderClassName
{
color: #E37422;
}
.AnyTagClassName
{
color: #E37422;
}
</style>
background-color css
<style>
a { background-color: #E37422; }
a { background-color: rgb(227,116,34); }
div.DivClassName
{
background-color: #E37422;
}
.BgClassName
{
background-color: #E37422;
}
</style>
border-color css
<style>
span { border-color: #E37422; }
span { border-color: rgb(227,116,34); }
td.TdClassName
{
border-color: #E37422;
}
.TagClassName
{
border-color: #E37422;
}
</style>