Shades of Tahiti Gold #EC7A2A
Tints of Tahiti Gold #EC7A2A
RGB
CMYK
RGB Variations
Color information
#EC7A2A (or 0xEC7A2A) is known color: Tahiti Gold. HEX triplet: EC, 7A and 2A. RGB value is (236,122,42). Sum of RGB (Red+Green+Blue) = 236+122+42=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A2A is #1385D5. Grayscale: #939393. Windows color (decimal): -1279446 or 2783980. OLE color: 2783980.
HSL color Cylindrical-coordinate representation of color #EC7A2A: hue angle of 24.74º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC7A2A is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 42 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.07 |
| HSL | 24.74º | 0.84% | 0.55% | - |
| HSV(B) | 24.74º | 0.82% | 0.93% | - |
| XYZ | 41.97 | 31.92 | 6.14 | - |
| YUV | 146.97 | 68.77 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 42 | 0 | 0.48 | 0.82 | 0.07 | 24.74 | 0.84 | 0.55 |
| Hex | EC | 7A | 2A | 0 | 30 | 52 | 7 | 19 | 54 | 37 |
| Octal | 354 | 172 | 52 | 0 | 60 | 122 | 7 | 31 | 124 | 67 |
| Binary | 11101100 | 1111010 | 101010 | 0 | 110000 | 1010010 | 111 | 11001 | 1010100 | 110111 |
Color Harmonies of #EC7A2A
Complementary color
Monochromatic Colors of #EC7A2A
Black with #EC7A2A
Text Example
Text Example
White with #EC7A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A2A; }
p { color: rgb(236,122,42); }
H1.HeaderClassName
{
color: #EC7A2A;
}
.AnyTagClassName
{
color: #EC7A2A;
}
</style>
background-color css
<style>
a { background-color: #EC7A2A; }
a { background-color: rgb(236,122,42); }
div.DivClassName
{
background-color: #EC7A2A;
}
.BgClassName
{
background-color: #EC7A2A;
}
</style>
border-color css
<style>
span { border-color: #EC7A2A; }
span { border-color: rgb(236,122,42); }
td.TdClassName
{
border-color: #EC7A2A;
}
.TagClassName
{
border-color: #EC7A2A;
}
</style>