Shades of Tahiti Gold #E6732A
Tints of Tahiti Gold #E6732A
RGB
CMYK
RGB Variations
Color information
#E6732A (or 0xE6732A) is known color: Tahiti Gold. HEX triplet: E6, 73 and 2A. RGB value is (230,115,42). Sum of RGB (Red+Green+Blue) = 230+115+42=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6732A is #198CD5. Grayscale: #8D8D8D. Windows color (decimal): -1674454 or 2782182. OLE color: 2782182.
HSL color Cylindrical-coordinate representation of color #E6732A: hue angle of 23.3º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6732A is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 42 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.10 |
| HSL | 23.3º | 0.79% | 0.53% | - |
| HSV(B) | 23.3º | 0.82% | 0.9% | - |
| XYZ | 39.18 | 29.25 | 5.77 | - |
| YUV | 141.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 42 | 0 | 0.5 | 0.82 | 0.10 | 23.3 | 0.79 | 0.53 |
| Hex | E6 | 73 | 2A | 0 | 32 | 52 | A | 17 | 4F | 35 |
| Octal | 346 | 163 | 52 | 0 | 62 | 122 | 12 | 27 | 117 | 65 |
| Binary | 11100110 | 1110011 | 101010 | 0 | 110010 | 1010010 | 1010 | 10111 | 1001111 | 110101 |
Color Harmonies of #E6732A
Complementary color
Monochromatic Colors of #E6732A
Black with #E6732A
Text Example
Text Example
White with #E6732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6732A; }
p { color: rgb(230,115,42); }
H1.HeaderClassName
{
color: #E6732A;
}
.AnyTagClassName
{
color: #E6732A;
}
</style>
background-color css
<style>
a { background-color: #E6732A; }
a { background-color: rgb(230,115,42); }
div.DivClassName
{
background-color: #E6732A;
}
.BgClassName
{
background-color: #E6732A;
}
</style>
border-color css
<style>
span { border-color: #E6732A; }
span { border-color: rgb(230,115,42); }
td.TdClassName
{
border-color: #E6732A;
}
.TagClassName
{
border-color: #E6732A;
}
</style>