Shades of Tahiti Gold #E7752A
Tints of Tahiti Gold #E7752A
RGB
CMYK
RGB Variations
Color information
#E7752A (or 0xE7752A) is known color: Tahiti Gold. HEX triplet: E7, 75 and 2A. RGB value is (231,117,42). Sum of RGB (Red+Green+Blue) = 231+117+42=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7752A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7752A is #188AD5. Grayscale: #8E8E8E. Windows color (decimal): -1608406 or 2782695. OLE color: 2782695.
HSL color Cylindrical-coordinate representation of color #E7752A: hue angle of 23.81º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7752A is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 42 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.09 |
| HSL | 23.81º | 0.8% | 0.54% | - |
| HSV(B) | 23.81º | 0.82% | 0.91% | - |
| XYZ | 39.73 | 29.88 | 5.86 | - |
| YUV | 142.54 | 71.27 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 42 | 0 | 0.49 | 0.82 | 0.09 | 23.81 | 0.8 | 0.54 |
| Hex | E7 | 75 | 2A | 0 | 31 | 52 | 9 | 18 | 50 | 36 |
| Octal | 347 | 165 | 52 | 0 | 61 | 122 | 11 | 30 | 120 | 66 |
| Binary | 11100111 | 1110101 | 101010 | 0 | 110001 | 1010010 | 1001 | 11000 | 1010000 | 110110 |
Color Harmonies of #E7752A
Complementary color
Monochromatic Colors of #E7752A
Black with #E7752A
Text Example
Text Example
White with #E7752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7752A; }
p { color: rgb(231,117,42); }
H1.HeaderClassName
{
color: #E7752A;
}
.AnyTagClassName
{
color: #E7752A;
}
</style>
background-color css
<style>
a { background-color: #E7752A; }
a { background-color: rgb(231,117,42); }
div.DivClassName
{
background-color: #E7752A;
}
.BgClassName
{
background-color: #E7752A;
}
</style>
border-color css
<style>
span { border-color: #E7752A; }
span { border-color: rgb(231,117,42); }
td.TdClassName
{
border-color: #E7752A;
}
.TagClassName
{
border-color: #E7752A;
}
</style>