Shades of Tahiti Gold #E36C1E
Tints of Tahiti Gold #E36C1E
RGB
CMYK
RGB Variations
Color information
#E36C1E (or 0xE36C1E) is known color: Tahiti Gold. HEX triplet: E3, 6C and 1E. RGB value is (227,108,30). Sum of RGB (Red+Green+Blue) = 227+108+30=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E36C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36C1E is #1C93E1. Grayscale: #878787. Windows color (decimal): -1872866 or 1993955. OLE color: 1993955.
HSL color Cylindrical-coordinate representation of color #E36C1E: hue angle of 23.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E36C1E is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 30 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.11 |
| HSL | 23.76º | 0.78% | 0.5% | - |
| HSV(B) | 23.76º | 0.87% | 0.89% | - |
| XYZ | 37.28 | 27.15 | 4.5 | - |
| YUV | 134.69 | 68.92 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 30 | 0 | 0.52 | 0.87 | 0.11 | 23.76 | 0.78 | 0.5 |
| Hex | E3 | 6C | 1E | 0 | 34 | 57 | B | 18 | 4E | 32 |
| Octal | 343 | 154 | 36 | 0 | 64 | 127 | 13 | 30 | 116 | 62 |
| Binary | 11100011 | 1101100 | 11110 | 0 | 110100 | 1010111 | 1011 | 11000 | 1001110 | 110010 |
Color Harmonies of #E36C1E
Complementary color
Monochromatic Colors of #E36C1E
Black with #E36C1E
Text Example
Text Example
White with #E36C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36C1E; }
p { color: rgb(227,108,30); }
H1.HeaderClassName
{
color: #E36C1E;
}
.AnyTagClassName
{
color: #E36C1E;
}
</style>
background-color css
<style>
a { background-color: #E36C1E; }
a { background-color: rgb(227,108,30); }
div.DivClassName
{
background-color: #E36C1E;
}
.BgClassName
{
background-color: #E36C1E;
}
</style>
border-color css
<style>
span { border-color: #E36C1E; }
span { border-color: rgb(227,108,30); }
td.TdClassName
{
border-color: #E36C1E;
}
.TagClassName
{
border-color: #E36C1E;
}
</style>