Shades of Tahiti Gold #EC722E
Tints of Tahiti Gold #EC722E
RGB
CMYK
RGB Variations
Color information
#EC722E (or 0xEC722E) is known color: Tahiti Gold. HEX triplet: EC, 72 and 2E. RGB value is (236,114,46). Sum of RGB (Red+Green+Blue) = 236+114+46=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC722E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC722E is #138DD1. Grayscale: #8F8F8F. Windows color (decimal): -1281490 or 3044076. OLE color: 3044076.
HSL color Cylindrical-coordinate representation of color #EC722E: hue angle of 21.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC722E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 46 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.07 |
| HSL | 21.47º | 0.83% | 0.55% | - |
| HSV(B) | 21.47º | 0.81% | 0.93% | - |
| XYZ | 41.1 | 30.06 | 6.22 | - |
| YUV | 142.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 46 | 0 | 0.52 | 0.81 | 0.07 | 21.47 | 0.83 | 0.55 |
| Hex | EC | 72 | 2E | 0 | 34 | 51 | 7 | 15 | 53 | 37 |
| Octal | 354 | 162 | 56 | 0 | 64 | 121 | 7 | 25 | 123 | 67 |
| Binary | 11101100 | 1110010 | 101110 | 0 | 110100 | 1010001 | 111 | 10101 | 1010011 | 110111 |
Color Harmonies of #EC722E
Complementary color
Monochromatic Colors of #EC722E
Black with #EC722E
Text Example
Text Example
White with #EC722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC722E; }
p { color: rgb(236,114,46); }
H1.HeaderClassName
{
color: #EC722E;
}
.AnyTagClassName
{
color: #EC722E;
}
</style>
background-color css
<style>
a { background-color: #EC722E; }
a { background-color: rgb(236,114,46); }
div.DivClassName
{
background-color: #EC722E;
}
.BgClassName
{
background-color: #EC722E;
}
</style>
border-color css
<style>
span { border-color: #EC722E; }
span { border-color: rgb(236,114,46); }
td.TdClassName
{
border-color: #EC722E;
}
.TagClassName
{
border-color: #EC722E;
}
</style>