Shades of Tahiti Gold #ED611E
Tints of Tahiti Gold #ED611E
RGB
CMYK
RGB Variations
Color information
#ED611E (or 0xED611E) is known color: Tahiti Gold. HEX triplet: ED, 61 and 1E. RGB value is (237,97,30). Sum of RGB (Red+Green+Blue) = 237+97+30=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED611E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED611E is #129EE1. Grayscale: #838383. Windows color (decimal): -1220322 or 1991149. OLE color: 1991149.
HSL color Cylindrical-coordinate representation of color #ED611E: hue angle of 19.42º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED611E is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 30 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.07 |
| HSL | 19.42º | 0.85% | 0.52% | - |
| HSV(B) | 19.42º | 0.87% | 0.93% | - |
| XYZ | 39.43 | 26.65 | 4.29 | - |
| YUV | 131.22 | 70.88 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 30 | 0 | 0.59 | 0.87 | 0.07 | 19.42 | 0.85 | 0.52 |
| Hex | ED | 61 | 1E | 0 | 3B | 57 | 7 | 13 | 55 | 34 |
| Octal | 355 | 141 | 36 | 0 | 73 | 127 | 7 | 23 | 125 | 64 |
| Binary | 11101101 | 1100001 | 11110 | 0 | 111011 | 1010111 | 111 | 10011 | 1010101 | 110100 |
Color Harmonies of #ED611E
Complementary color
Monochromatic Colors of #ED611E
Black with #ED611E
Text Example
Text Example
White with #ED611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED611E; }
p { color: rgb(237,97,30); }
H1.HeaderClassName
{
color: #ED611E;
}
.AnyTagClassName
{
color: #ED611E;
}
</style>
background-color css
<style>
a { background-color: #ED611E; }
a { background-color: rgb(237,97,30); }
div.DivClassName
{
background-color: #ED611E;
}
.BgClassName
{
background-color: #ED611E;
}
</style>
border-color css
<style>
span { border-color: #ED611E; }
span { border-color: rgb(237,97,30); }
td.TdClassName
{
border-color: #ED611E;
}
.TagClassName
{
border-color: #ED611E;
}
</style>