Shades of Tahiti Gold #E06C24
Tints of Tahiti Gold #E06C24
RGB
CMYK
RGB Variations
Color information
#E06C24 (or 0xE06C24) is known color: Tahiti Gold. HEX triplet: E0, 6C and 24. RGB value is (224,108,36). Sum of RGB (Red+Green+Blue) = 224+108+36=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C24 is #1F93DB. Grayscale: #868686. Windows color (decimal): -2069468 or 2387168. OLE color: 2387168.
HSL color Cylindrical-coordinate representation of color #E06C24: hue angle of 22.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E06C24 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 36 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.12 |
| HSL | 22.98º | 0.75% | 0.51% | - |
| HSV(B) | 22.98º | 0.84% | 0.88% | - |
| XYZ | 36.42 | 26.7 | 4.9 | - |
| YUV | 134.48 | 72.43 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 36 | 0 | 0.52 | 0.84 | 0.12 | 22.98 | 0.75 | 0.51 |
| Hex | E0 | 6C | 24 | 0 | 34 | 54 | C | 17 | 4B | 33 |
| Octal | 340 | 154 | 44 | 0 | 64 | 124 | 14 | 27 | 113 | 63 |
| Binary | 11100000 | 1101100 | 100100 | 0 | 110100 | 1010100 | 1100 | 10111 | 1001011 | 110011 |
Color Harmonies of #E06C24
Complementary color
Monochromatic Colors of #E06C24
Black with #E06C24
Text Example
Text Example
White with #E06C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C24; }
p { color: rgb(224,108,36); }
H1.HeaderClassName
{
color: #E06C24;
}
.AnyTagClassName
{
color: #E06C24;
}
</style>
background-color css
<style>
a { background-color: #E06C24; }
a { background-color: rgb(224,108,36); }
div.DivClassName
{
background-color: #E06C24;
}
.BgClassName
{
background-color: #E06C24;
}
</style>
border-color css
<style>
span { border-color: #E06C24; }
span { border-color: rgb(224,108,36); }
td.TdClassName
{
border-color: #E06C24;
}
.TagClassName
{
border-color: #E06C24;
}
</style>