Shades of Tahiti Gold #EC722A
Tints of Tahiti Gold #EC722A
RGB
CMYK
RGB Variations
Color information
#EC722A (or 0xEC722A) is known color: Tahiti Gold. HEX triplet: EC, 72 and 2A. RGB value is (236,114,42). Sum of RGB (Red+Green+Blue) = 236+114+42=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC722A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC722A is #138DD5. Grayscale: #8E8E8E. Windows color (decimal): -1281494 or 2781932. OLE color: 2781932.
HSL color Cylindrical-coordinate representation of color #EC722A: hue angle of 22.27º 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 #EC722A is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 42 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.07 |
| HSL | 22.27º | 0.84% | 0.55% | - |
| HSV(B) | 22.27º | 0.82% | 0.93% | - |
| XYZ | 41.03 | 30.03 | 5.83 | - |
| YUV | 142.27 | 71.42 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 42 | 0 | 0.52 | 0.82 | 0.07 | 22.27 | 0.84 | 0.55 |
| Hex | EC | 72 | 2A | 0 | 34 | 52 | 7 | 16 | 54 | 37 |
| Octal | 354 | 162 | 52 | 0 | 64 | 122 | 7 | 26 | 124 | 67 |
| Binary | 11101100 | 1110010 | 101010 | 0 | 110100 | 1010010 | 111 | 10110 | 1010100 | 110111 |
Color Harmonies of #EC722A
Complementary color
Monochromatic Colors of #EC722A
Black with #EC722A
Text Example
Text Example
White with #EC722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC722A; }
p { color: rgb(236,114,42); }
H1.HeaderClassName
{
color: #EC722A;
}
.AnyTagClassName
{
color: #EC722A;
}
</style>
background-color css
<style>
a { background-color: #EC722A; }
a { background-color: rgb(236,114,42); }
div.DivClassName
{
background-color: #EC722A;
}
.BgClassName
{
background-color: #EC722A;
}
</style>
border-color css
<style>
span { border-color: #EC722A; }
span { border-color: rgb(236,114,42); }
td.TdClassName
{
border-color: #EC722A;
}
.TagClassName
{
border-color: #EC722A;
}
</style>