Shades of Tahiti Gold #EC752B
Tints of Tahiti Gold #EC752B
RGB
CMYK
RGB Variations
Color information
#EC752B (or 0xEC752B) is known color: Tahiti Gold. HEX triplet: EC, 75 and 2B. RGB value is (236,117,43). Sum of RGB (Red+Green+Blue) = 236+117+43=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC752B is #138AD4. Grayscale: #909090. Windows color (decimal): -1280725 or 2848236. OLE color: 2848236.
HSL color Cylindrical-coordinate representation of color #EC752B: hue angle of 23.01º 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 #EC752B is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 43 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.07 |
| HSL | 23.01º | 0.84% | 0.55% | - |
| HSV(B) | 23.01º | 0.82% | 0.93% | - |
| XYZ | 41.39 | 30.73 | 6.04 | - |
| YUV | 144.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 43 | 0 | 0.50 | 0.82 | 0.07 | 23.01 | 0.84 | 0.55 |
| Hex | EC | 75 | 2B | 0 | 32 | 52 | 7 | 17 | 54 | 37 |
| Octal | 354 | 165 | 53 | 0 | 62 | 122 | 7 | 27 | 124 | 67 |
| Binary | 11101100 | 1110101 | 101011 | 0 | 110010 | 1010010 | 111 | 10111 | 1010100 | 110111 |
Color Harmonies of #EC752B
Complementary color
Monochromatic Colors of #EC752B
Black with #EC752B
Text Example
Text Example
White with #EC752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC752B; }
p { color: rgb(236,117,43); }
H1.HeaderClassName
{
color: #EC752B;
}
.AnyTagClassName
{
color: #EC752B;
}
</style>
background-color css
<style>
a { background-color: #EC752B; }
a { background-color: rgb(236,117,43); }
div.DivClassName
{
background-color: #EC752B;
}
.BgClassName
{
background-color: #EC752B;
}
</style>
border-color css
<style>
span { border-color: #EC752B; }
span { border-color: rgb(236,117,43); }
td.TdClassName
{
border-color: #EC752B;
}
.TagClassName
{
border-color: #EC752B;
}
</style>