Shades of Tahiti Gold #EC732B
Tints of Tahiti Gold #EC732B
RGB
CMYK
RGB Variations
Color information
#EC732B (or 0xEC732B) is known color: Tahiti Gold. HEX triplet: EC, 73 and 2B. RGB value is (236,115,43). Sum of RGB (Red+Green+Blue) = 236+115+43=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC732B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC732B is #138CD4. Grayscale: #8F8F8F. Windows color (decimal): -1281237 or 2847724. OLE color: 2847724.
HSL color Cylindrical-coordinate representation of color #EC732B: hue angle of 22.38º 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 #EC732B is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 43 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.07 |
| HSL | 22.38º | 0.84% | 0.55% | - |
| HSV(B) | 22.38º | 0.82% | 0.93% | - |
| XYZ | 41.16 | 30.27 | 5.96 | - |
| YUV | 142.97 | 71.59 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 43 | 0 | 0.51 | 0.82 | 0.07 | 22.38 | 0.84 | 0.55 |
| Hex | EC | 73 | 2B | 0 | 33 | 52 | 7 | 16 | 54 | 37 |
| Octal | 354 | 163 | 53 | 0 | 63 | 122 | 7 | 26 | 124 | 67 |
| Binary | 11101100 | 1110011 | 101011 | 0 | 110011 | 1010010 | 111 | 10110 | 1010100 | 110111 |
Color Harmonies of #EC732B
Complementary color
Monochromatic Colors of #EC732B
Black with #EC732B
Text Example
Text Example
White with #EC732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC732B; }
p { color: rgb(236,115,43); }
H1.HeaderClassName
{
color: #EC732B;
}
.AnyTagClassName
{
color: #EC732B;
}
</style>
background-color css
<style>
a { background-color: #EC732B; }
a { background-color: rgb(236,115,43); }
div.DivClassName
{
background-color: #EC732B;
}
.BgClassName
{
background-color: #EC732B;
}
</style>
border-color css
<style>
span { border-color: #EC732B; }
span { border-color: rgb(236,115,43); }
td.TdClassName
{
border-color: #EC732B;
}
.TagClassName
{
border-color: #EC732B;
}
</style>