Shades of Tahiti Gold #EC722B
Tints of Tahiti Gold #EC722B
RGB
CMYK
RGB Variations
Color information
#EC722B (or 0xEC722B) is known color: Tahiti Gold. HEX triplet: EC, 72 and 2B. RGB value is (236,114,43). Sum of RGB (Red+Green+Blue) = 236+114+43=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC722B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC722B is #138DD4. Grayscale: #8E8E8E. Windows color (decimal): -1281493 or 2847468. OLE color: 2847468.
HSL color Cylindrical-coordinate representation of color #EC722B: hue angle of 22.07º 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 #EC722B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.07 |
| HSL | 22.07º | 0.84% | 0.55% | - |
| HSV(B) | 22.07º | 0.82% | 0.93% | - |
| XYZ | 41.05 | 30.04 | 5.92 | - |
| YUV | 142.38 | 71.92 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 43 | 0 | 0.52 | 0.82 | 0.07 | 22.07 | 0.84 | 0.55 |
| Hex | EC | 72 | 2B | 0 | 34 | 52 | 7 | 16 | 54 | 37 |
| Octal | 354 | 162 | 53 | 0 | 64 | 122 | 7 | 26 | 124 | 67 |
| Binary | 11101100 | 1110010 | 101011 | 0 | 110100 | 1010010 | 111 | 10110 | 1010100 | 110111 |
Color Harmonies of #EC722B
Complementary color
Monochromatic Colors of #EC722B
Black with #EC722B
Text Example
Text Example
White with #EC722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC722B; }
p { color: rgb(236,114,43); }
H1.HeaderClassName
{
color: #EC722B;
}
.AnyTagClassName
{
color: #EC722B;
}
</style>
background-color css
<style>
a { background-color: #EC722B; }
a { background-color: rgb(236,114,43); }
div.DivClassName
{
background-color: #EC722B;
}
.BgClassName
{
background-color: #EC722B;
}
</style>
border-color css
<style>
span { border-color: #EC722B; }
span { border-color: rgb(236,114,43); }
td.TdClassName
{
border-color: #EC722B;
}
.TagClassName
{
border-color: #EC722B;
}
</style>