Shades of Tahiti Gold #E06326
Tints of Tahiti Gold #E06326
RGB
CMYK
RGB Variations
Color information
#E06326 (or 0xE06326) is known color: Tahiti Gold. HEX triplet: E0, 63 and 26. RGB value is (224,99,38). Sum of RGB (Red+Green+Blue) = 224+99+38=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E06326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06326 is #1F9CD9. Grayscale: #818181. Windows color (decimal): -2071770 or 2515936. OLE color: 2515936.
HSL color Cylindrical-coordinate representation of color #E06326: hue angle of 19.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E06326 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 38 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.12 |
| HSL | 19.68º | 0.75% | 0.51% | - |
| HSV(B) | 19.68º | 0.83% | 0.88% | - |
| XYZ | 35.55 | 24.91 | 4.77 | - |
| YUV | 129.42 | 76.41 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 38 | 0 | 0.56 | 0.83 | 0.12 | 19.68 | 0.75 | 0.51 |
| Hex | E0 | 63 | 26 | 0 | 38 | 53 | C | 14 | 4B | 33 |
| Octal | 340 | 143 | 46 | 0 | 70 | 123 | 14 | 24 | 113 | 63 |
| Binary | 11100000 | 1100011 | 100110 | 0 | 111000 | 1010011 | 1100 | 10100 | 1001011 | 110011 |
Color Harmonies of #E06326
Complementary color
Monochromatic Colors of #E06326
Black with #E06326
Text Example
Text Example
White with #E06326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06326; }
p { color: rgb(224,99,38); }
H1.HeaderClassName
{
color: #E06326;
}
.AnyTagClassName
{
color: #E06326;
}
</style>
background-color css
<style>
a { background-color: #E06326; }
a { background-color: rgb(224,99,38); }
div.DivClassName
{
background-color: #E06326;
}
.BgClassName
{
background-color: #E06326;
}
</style>
border-color css
<style>
span { border-color: #E06326; }
span { border-color: rgb(224,99,38); }
td.TdClassName
{
border-color: #E06326;
}
.TagClassName
{
border-color: #E06326;
}
</style>