Shades of Tahiti Gold #ED702E
Tints of Tahiti Gold #ED702E
RGB
CMYK
RGB Variations
Color information
#ED702E (or 0xED702E) is known color: Tahiti Gold. HEX triplet: ED, 70 and 2E. RGB value is (237,112,46). Sum of RGB (Red+Green+Blue) = 237+112+46=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED702E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED702E is #128FD1. Grayscale: #8E8E8E. Windows color (decimal): -1216466 or 3043565. OLE color: 3043565.
HSL color Cylindrical-coordinate representation of color #ED702E: hue angle of 20.73º 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 #ED702E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 46 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.07 |
| HSL | 20.73º | 0.84% | 0.55% | - |
| HSV(B) | 20.73º | 0.81% | 0.93% | - |
| XYZ | 41.21 | 29.79 | 6.16 | - |
| YUV | 141.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 46 | 0 | 0.53 | 0.81 | 0.07 | 20.73 | 0.84 | 0.55 |
| Hex | ED | 70 | 2E | 0 | 35 | 51 | 7 | 15 | 54 | 37 |
| Octal | 355 | 160 | 56 | 0 | 65 | 121 | 7 | 25 | 124 | 67 |
| Binary | 11101101 | 1110000 | 101110 | 0 | 110101 | 1010001 | 111 | 10101 | 1010100 | 110111 |
Color Harmonies of #ED702E
Complementary color
Monochromatic Colors of #ED702E
Black with #ED702E
Text Example
Text Example
White with #ED702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED702E; }
p { color: rgb(237,112,46); }
H1.HeaderClassName
{
color: #ED702E;
}
.AnyTagClassName
{
color: #ED702E;
}
</style>
background-color css
<style>
a { background-color: #ED702E; }
a { background-color: rgb(237,112,46); }
div.DivClassName
{
background-color: #ED702E;
}
.BgClassName
{
background-color: #ED702E;
}
</style>
border-color css
<style>
span { border-color: #ED702E; }
span { border-color: rgb(237,112,46); }
td.TdClassName
{
border-color: #ED702E;
}
.TagClassName
{
border-color: #ED702E;
}
</style>