Shades of Tahiti Gold #EC702D
Tints of Tahiti Gold #EC702D
RGB
CMYK
RGB Variations
Color information
#EC702D (or 0xEC702D) is known color: Tahiti Gold. HEX triplet: EC, 70 and 2D. RGB value is (236,112,45). Sum of RGB (Red+Green+Blue) = 236+112+45=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC702D is #138FD2. Grayscale: #8D8D8D. Windows color (decimal): -1282003 or 2978028. OLE color: 2978028.
HSL color Cylindrical-coordinate representation of color #EC702D: hue angle of 21.05º 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 #EC702D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 45 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.07 |
| HSL | 21.05º | 0.83% | 0.55% | - |
| HSV(B) | 21.05º | 0.81% | 0.93% | - |
| XYZ | 40.86 | 29.61 | 6.04 | - |
| YUV | 141.44 | 73.58 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 45 | 0 | 0.53 | 0.81 | 0.07 | 21.05 | 0.83 | 0.55 |
| Hex | EC | 70 | 2D | 0 | 35 | 51 | 7 | 15 | 53 | 37 |
| Octal | 354 | 160 | 55 | 0 | 65 | 121 | 7 | 25 | 123 | 67 |
| Binary | 11101100 | 1110000 | 101101 | 0 | 110101 | 1010001 | 111 | 10101 | 1010011 | 110111 |
Color Harmonies of #EC702D
Complementary color
Monochromatic Colors of #EC702D
Black with #EC702D
Text Example
Text Example
White with #EC702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC702D; }
p { color: rgb(236,112,45); }
H1.HeaderClassName
{
color: #EC702D;
}
.AnyTagClassName
{
color: #EC702D;
}
</style>
background-color css
<style>
a { background-color: #EC702D; }
a { background-color: rgb(236,112,45); }
div.DivClassName
{
background-color: #EC702D;
}
.BgClassName
{
background-color: #EC702D;
}
</style>
border-color css
<style>
span { border-color: #EC702D; }
span { border-color: rgb(236,112,45); }
td.TdClassName
{
border-color: #EC702D;
}
.TagClassName
{
border-color: #EC702D;
}
</style>