Shades of Tahiti Gold #E36F1C
Tints of Tahiti Gold #E36F1C
RGB
CMYK
RGB Variations
Color information
#E36F1C (or 0xE36F1C) is known color: Tahiti Gold. HEX triplet: E3, 6F and 1C. RGB value is (227,111,28). Sum of RGB (Red+Green+Blue) = 227+111+28=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E36F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36F1C is #1C90E3. Grayscale: #888888. Windows color (decimal): -1872100 or 1863651. OLE color: 1863651.
HSL color Cylindrical-coordinate representation of color #E36F1C: hue angle of 25.03º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E36F1C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 111 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.11 |
| HSL | 25.03º | 0.78% | 0.5% | - |
| HSV(B) | 25.03º | 0.88% | 0.89% | - |
| XYZ | 37.57 | 27.78 | 4.48 | - |
| YUV | 136.22 | 66.93 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 28 | 0 | 0.51 | 0.88 | 0.11 | 25.03 | 0.78 | 0.5 |
| Hex | E3 | 6F | 1C | 0 | 33 | 58 | B | 19 | 4E | 32 |
| Octal | 343 | 157 | 34 | 0 | 63 | 130 | 13 | 31 | 116 | 62 |
| Binary | 11100011 | 1101111 | 11100 | 0 | 110011 | 1011000 | 1011 | 11001 | 1001110 | 110010 |
Color Harmonies of #E36F1C
Complementary color
Monochromatic Colors of #E36F1C
Black with #E36F1C
Text Example
Text Example
White with #E36F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36F1C; }
p { color: rgb(227,111,28); }
H1.HeaderClassName
{
color: #E36F1C;
}
.AnyTagClassName
{
color: #E36F1C;
}
</style>
background-color css
<style>
a { background-color: #E36F1C; }
a { background-color: rgb(227,111,28); }
div.DivClassName
{
background-color: #E36F1C;
}
.BgClassName
{
background-color: #E36F1C;
}
</style>
border-color css
<style>
span { border-color: #E36F1C; }
span { border-color: rgb(227,111,28); }
td.TdClassName
{
border-color: #E36F1C;
}
.TagClassName
{
border-color: #E36F1C;
}
</style>