Shades of Tahiti Gold #E76F22
Tints of Tahiti Gold #E76F22
RGB
CMYK
RGB Variations
Color information
#E76F22 (or 0xE76F22) is known color: Tahiti Gold. HEX triplet: E7, 6F and 22. RGB value is (231,111,34). Sum of RGB (Red+Green+Blue) = 231+111+34=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76F22 is #1890DD. Grayscale: #8A8A8A. Windows color (decimal): -1609950 or 2256871. OLE color: 2256871.
HSL color Cylindrical-coordinate representation of color #E76F22: hue angle of 23.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E76F22 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 34 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.09 |
| HSL | 23.45º | 0.8% | 0.52% | - |
| HSV(B) | 23.45º | 0.85% | 0.91% | - |
| XYZ | 38.93 | 28.47 | 4.96 | - |
| YUV | 138.1 | 69.26 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 34 | 0 | 0.52 | 0.85 | 0.09 | 23.45 | 0.8 | 0.52 |
| Hex | E7 | 6F | 22 | 0 | 34 | 55 | 9 | 17 | 50 | 34 |
| Octal | 347 | 157 | 42 | 0 | 64 | 125 | 11 | 27 | 120 | 64 |
| Binary | 11100111 | 1101111 | 100010 | 0 | 110100 | 1010101 | 1001 | 10111 | 1010000 | 110100 |
Color Harmonies of #E76F22
Complementary color
Monochromatic Colors of #E76F22
Black with #E76F22
Text Example
Text Example
White with #E76F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F22; }
p { color: rgb(231,111,34); }
H1.HeaderClassName
{
color: #E76F22;
}
.AnyTagClassName
{
color: #E76F22;
}
</style>
background-color css
<style>
a { background-color: #E76F22; }
a { background-color: rgb(231,111,34); }
div.DivClassName
{
background-color: #E76F22;
}
.BgClassName
{
background-color: #E76F22;
}
</style>
border-color css
<style>
span { border-color: #E76F22; }
span { border-color: rgb(231,111,34); }
td.TdClassName
{
border-color: #E76F22;
}
.TagClassName
{
border-color: #E76F22;
}
</style>