Shades of Tahiti Gold #ED712E
Tints of Tahiti Gold #ED712E
RGB
CMYK
RGB Variations
Color information
#ED712E (or 0xED712E) is known color: Tahiti Gold. HEX triplet: ED, 71 and 2E. RGB value is (237,113,46). Sum of RGB (Red+Green+Blue) = 237+113+46=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED712E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED712E is #128ED1. Grayscale: #8E8E8E. Windows color (decimal): -1216210 or 3043821. OLE color: 3043821.
HSL color Cylindrical-coordinate representation of color #ED712E: hue angle of 21.05º degrees, saturation: 0.84, 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 #ED712E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 46 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.07 |
| HSL | 21.05º | 0.84% | 0.55% | - |
| HSV(B) | 21.05º | 0.81% | 0.93% | - |
| XYZ | 41.32 | 30.01 | 6.2 | - |
| YUV | 142.44 | 73.58 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 46 | 0 | 0.52 | 0.81 | 0.07 | 21.05 | 0.84 | 0.55 |
| Hex | ED | 71 | 2E | 0 | 34 | 51 | 7 | 15 | 54 | 37 |
| Octal | 355 | 161 | 56 | 0 | 64 | 121 | 7 | 25 | 124 | 67 |
| Binary | 11101101 | 1110001 | 101110 | 0 | 110100 | 1010001 | 111 | 10101 | 1010100 | 110111 |
Color Harmonies of #ED712E
Complementary color
Monochromatic Colors of #ED712E
Black with #ED712E
Text Example
Text Example
White with #ED712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED712E; }
p { color: rgb(237,113,46); }
H1.HeaderClassName
{
color: #ED712E;
}
.AnyTagClassName
{
color: #ED712E;
}
</style>
background-color css
<style>
a { background-color: #ED712E; }
a { background-color: rgb(237,113,46); }
div.DivClassName
{
background-color: #ED712E;
}
.BgClassName
{
background-color: #ED712E;
}
</style>
border-color css
<style>
span { border-color: #ED712E; }
span { border-color: rgb(237,113,46); }
td.TdClassName
{
border-color: #ED712E;
}
.TagClassName
{
border-color: #ED712E;
}
</style>