Shades of Tahiti Gold #EC732F
Tints of Tahiti Gold #EC732F
RGB
CMYK
RGB Variations
Color information
#EC732F (or 0xEC732F) is known color: Tahiti Gold. HEX triplet: EC, 73 and 2F. RGB value is (236,115,47). Sum of RGB (Red+Green+Blue) = 236+115+47=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC732F is #138CD0. Grayscale: #8F8F8F. Windows color (decimal): -1281233 or 3109868. OLE color: 3109868.
HSL color Cylindrical-coordinate representation of color #EC732F: hue angle of 21.59º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC732F is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 47 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.07 |
| HSL | 21.59º | 0.83% | 0.55% | - |
| HSV(B) | 21.59º | 0.8% | 0.93% | - |
| XYZ | 41.24 | 30.3 | 6.36 | - |
| YUV | 143.43 | 73.59 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 47 | 0 | 0.51 | 0.80 | 0.07 | 21.59 | 0.83 | 0.55 |
| Hex | EC | 73 | 2F | 0 | 33 | 50 | 7 | 16 | 53 | 37 |
| Octal | 354 | 163 | 57 | 0 | 63 | 120 | 7 | 26 | 123 | 67 |
| Binary | 11101100 | 1110011 | 101111 | 0 | 110011 | 1010000 | 111 | 10110 | 1010011 | 110111 |
Color Harmonies of #EC732F
Complementary color
Monochromatic Colors of #EC732F
Black with #EC732F
Text Example
Text Example
White with #EC732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC732F; }
p { color: rgb(236,115,47); }
H1.HeaderClassName
{
color: #EC732F;
}
.AnyTagClassName
{
color: #EC732F;
}
</style>
background-color css
<style>
a { background-color: #EC732F; }
a { background-color: rgb(236,115,47); }
div.DivClassName
{
background-color: #EC732F;
}
.BgClassName
{
background-color: #EC732F;
}
</style>
border-color css
<style>
span { border-color: #EC732F; }
span { border-color: rgb(236,115,47); }
td.TdClassName
{
border-color: #EC732F;
}
.TagClassName
{
border-color: #EC732F;
}
</style>