Shades of Tahiti Gold #E0682C
Tints of Tahiti Gold #E0682C
RGB
CMYK
RGB Variations
Color information
#E0682C (or 0xE0682C) is known color: Tahiti Gold. HEX triplet: E0, 68 and 2C. RGB value is (224,104,44). Sum of RGB (Red+Green+Blue) = 224+104+44=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E0682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0682C is #1F97D3. Grayscale: #858585. Windows color (decimal): -2070484 or 2910432. OLE color: 2910432.
HSL color Cylindrical-coordinate representation of color #E0682C: hue angle of 20º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0682C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 44 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.12 |
| HSL | 20º | 0.74% | 0.53% | - |
| HSV(B) | 20º | 0.8% | 0.88% | - |
| XYZ | 36.15 | 25.93 | 5.48 | - |
| YUV | 133.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 44 | 0 | 0.54 | 0.80 | 0.12 | 20 | 0.74 | 0.53 |
| Hex | E0 | 68 | 2C | 0 | 36 | 50 | C | 14 | 4A | 35 |
| Octal | 340 | 150 | 54 | 0 | 66 | 120 | 14 | 24 | 112 | 65 |
| Binary | 11100000 | 1101000 | 101100 | 0 | 110110 | 1010000 | 1100 | 10100 | 1001010 | 110101 |
Color Harmonies of #E0682C
Complementary color
Monochromatic Colors of #E0682C
Black with #E0682C
Text Example
Text Example
White with #E0682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0682C; }
p { color: rgb(224,104,44); }
H1.HeaderClassName
{
color: #E0682C;
}
.AnyTagClassName
{
color: #E0682C;
}
</style>
background-color css
<style>
a { background-color: #E0682C; }
a { background-color: rgb(224,104,44); }
div.DivClassName
{
background-color: #E0682C;
}
.BgClassName
{
background-color: #E0682C;
}
</style>
border-color css
<style>
span { border-color: #E0682C; }
span { border-color: rgb(224,104,44); }
td.TdClassName
{
border-color: #E0682C;
}
.TagClassName
{
border-color: #E0682C;
}
</style>