Shades of Tahiti Gold #E97A2D
Tints of Tahiti Gold #E97A2D
RGB
CMYK
RGB Variations
Color information
#E97A2D (or 0xE97A2D) is known color: Tahiti Gold. HEX triplet: E9, 7A and 2D. RGB value is (233,122,45). Sum of RGB (Red+Green+Blue) = 233+122+45=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97A2D is #1685D2. Grayscale: #929292. Windows color (decimal): -1476051 or 2980585. OLE color: 2980585.
HSL color Cylindrical-coordinate representation of color #E97A2D: hue angle of 24.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E97A2D is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 45 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.09 |
| HSL | 24.57º | 0.81% | 0.55% | - |
| HSV(B) | 24.57º | 0.81% | 0.91% | - |
| XYZ | 41.04 | 31.43 | 6.39 | - |
| YUV | 146.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 45 | 0 | 0.48 | 0.81 | 0.09 | 24.57 | 0.81 | 0.55 |
| Hex | E9 | 7A | 2D | 0 | 30 | 51 | 9 | 19 | 51 | 37 |
| Octal | 351 | 172 | 55 | 0 | 60 | 121 | 11 | 31 | 121 | 67 |
| Binary | 11101001 | 1111010 | 101101 | 0 | 110000 | 1010001 | 1001 | 11001 | 1010001 | 110111 |
Color Harmonies of #E97A2D
Complementary color
Monochromatic Colors of #E97A2D
Black with #E97A2D
Text Example
Text Example
White with #E97A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A2D; }
p { color: rgb(233,122,45); }
H1.HeaderClassName
{
color: #E97A2D;
}
.AnyTagClassName
{
color: #E97A2D;
}
</style>
background-color css
<style>
a { background-color: #E97A2D; }
a { background-color: rgb(233,122,45); }
div.DivClassName
{
background-color: #E97A2D;
}
.BgClassName
{
background-color: #E97A2D;
}
</style>
border-color css
<style>
span { border-color: #E97A2D; }
span { border-color: rgb(233,122,45); }
td.TdClassName
{
border-color: #E97A2D;
}
.TagClassName
{
border-color: #E97A2D;
}
</style>