Shades of Tahiti Gold #E27C28
Tints of Tahiti Gold #E27C28
RGB
CMYK
RGB Variations
Color information
#E27C28 (or 0xE27C28) is known color: Tahiti Gold. HEX triplet: E2, 7C and 28. RGB value is (226,124,40). Sum of RGB (Red+Green+Blue) = 226+124+40=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27C28 is #1D83D7. Grayscale: #919191. Windows color (decimal): -1934296 or 2653410. OLE color: 2653410.
HSL color Cylindrical-coordinate representation of color #E27C28: hue angle of 27.1º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E27C28 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 40 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.11 |
| HSL | 27.1º | 0.76% | 0.52% | - |
| HSV(B) | 27.1º | 0.82% | 0.89% | - |
| XYZ | 38.95 | 30.74 | 5.89 | - |
| YUV | 144.92 | 68.79 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 40 | 0 | 0.45 | 0.82 | 0.11 | 27.1 | 0.76 | 0.52 |
| Hex | E2 | 7C | 28 | 0 | 2D | 52 | B | 1B | 4C | 34 |
| Octal | 342 | 174 | 50 | 0 | 55 | 122 | 13 | 33 | 114 | 64 |
| Binary | 11100010 | 1111100 | 101000 | 0 | 101101 | 1010010 | 1011 | 11011 | 1001100 | 110100 |
Color Harmonies of #E27C28
Complementary color
Monochromatic Colors of #E27C28
Black with #E27C28
Text Example
Text Example
White with #E27C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C28; }
p { color: rgb(226,124,40); }
H1.HeaderClassName
{
color: #E27C28;
}
.AnyTagClassName
{
color: #E27C28;
}
</style>
background-color css
<style>
a { background-color: #E27C28; }
a { background-color: rgb(226,124,40); }
div.DivClassName
{
background-color: #E27C28;
}
.BgClassName
{
background-color: #E27C28;
}
</style>
border-color css
<style>
span { border-color: #E27C28; }
span { border-color: rgb(226,124,40); }
td.TdClassName
{
border-color: #E27C28;
}
.TagClassName
{
border-color: #E27C28;
}
</style>