Shades of Tahiti Gold #E46C28
Tints of Tahiti Gold #E46C28
RGB
CMYK
RGB Variations
Color information
#E46C28 (or 0xE46C28) is known color: Tahiti Gold. HEX triplet: E4, 6C and 28. RGB value is (228,108,40). Sum of RGB (Red+Green+Blue) = 228+108+40=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46C28 is #1B93D7. Grayscale: #888888. Windows color (decimal): -1807320 or 2649316. OLE color: 2649316.
HSL color Cylindrical-coordinate representation of color #E46C28: hue angle of 21.7º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E46C28 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 40 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.11 |
| HSL | 21.7º | 0.78% | 0.53% | - |
| HSV(B) | 21.7º | 0.82% | 0.89% | - |
| XYZ | 37.74 | 27.37 | 5.3 | - |
| YUV | 136.13 | 73.76 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 40 | 0 | 0.53 | 0.82 | 0.11 | 21.7 | 0.78 | 0.53 |
| Hex | E4 | 6C | 28 | 0 | 35 | 52 | B | 16 | 4E | 35 |
| Octal | 344 | 154 | 50 | 0 | 65 | 122 | 13 | 26 | 116 | 65 |
| Binary | 11100100 | 1101100 | 101000 | 0 | 110101 | 1010010 | 1011 | 10110 | 1001110 | 110101 |
Color Harmonies of #E46C28
Complementary color
Monochromatic Colors of #E46C28
Black with #E46C28
Text Example
Text Example
White with #E46C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46C28; }
p { color: rgb(228,108,40); }
H1.HeaderClassName
{
color: #E46C28;
}
.AnyTagClassName
{
color: #E46C28;
}
</style>
background-color css
<style>
a { background-color: #E46C28; }
a { background-color: rgb(228,108,40); }
div.DivClassName
{
background-color: #E46C28;
}
.BgClassName
{
background-color: #E46C28;
}
</style>
border-color css
<style>
span { border-color: #E46C28; }
span { border-color: rgb(228,108,40); }
td.TdClassName
{
border-color: #E46C28;
}
.TagClassName
{
border-color: #E46C28;
}
</style>