Shades of Tahiti Gold #ED6120
Tints of Tahiti Gold #ED6120
RGB
CMYK
RGB Variations
Color information
#ED6120 (or 0xED6120) is known color: Tahiti Gold. HEX triplet: ED, 61 and 20. RGB value is (237,97,32). Sum of RGB (Red+Green+Blue) = 237+97+32=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6120 is #129EDF. Grayscale: #838383. Windows color (decimal): -1220320 or 2122221. OLE color: 2122221.
HSL color Cylindrical-coordinate representation of color #ED6120: hue angle of 19.02º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED6120 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 32 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.07 |
| HSL | 19.02º | 0.85% | 0.53% | - |
| HSV(B) | 19.02º | 0.86% | 0.93% | - |
| XYZ | 39.46 | 26.66 | 4.43 | - |
| YUV | 131.45 | 71.88 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 32 | 0 | 0.59 | 0.86 | 0.07 | 19.02 | 0.85 | 0.53 |
| Hex | ED | 61 | 20 | 0 | 3B | 56 | 7 | 13 | 55 | 35 |
| Octal | 355 | 141 | 40 | 0 | 73 | 126 | 7 | 23 | 125 | 65 |
| Binary | 11101101 | 1100001 | 100000 | 0 | 111011 | 1010110 | 111 | 10011 | 1010101 | 110101 |
Color Harmonies of #ED6120
Complementary color
Monochromatic Colors of #ED6120
Black with #ED6120
Text Example
Text Example
White with #ED6120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6120; }
p { color: rgb(237,97,32); }
H1.HeaderClassName
{
color: #ED6120;
}
.AnyTagClassName
{
color: #ED6120;
}
</style>
background-color css
<style>
a { background-color: #ED6120; }
a { background-color: rgb(237,97,32); }
div.DivClassName
{
background-color: #ED6120;
}
.BgClassName
{
background-color: #ED6120;
}
</style>
border-color css
<style>
span { border-color: #ED6120; }
span { border-color: rgb(237,97,32); }
td.TdClassName
{
border-color: #ED6120;
}
.TagClassName
{
border-color: #ED6120;
}
</style>