Shades of Tahiti Gold #ED6D1F
Tints of Tahiti Gold #ED6D1F
RGB
CMYK
RGB Variations
Color information
#ED6D1F (or 0xED6D1F) is known color: Tahiti Gold. HEX triplet: ED, 6D and 1F. RGB value is (237,109,31). Sum of RGB (Red+Green+Blue) = 237+109+31=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6D1F is #1292E0. Grayscale: #8A8A8A. Windows color (decimal): -1217249 or 2059757. OLE color: 2059757.
HSL color Cylindrical-coordinate representation of color #ED6D1F: hue angle of 22.72º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED6D1F is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 31 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.07 |
| HSL | 22.72º | 0.85% | 0.53% | - |
| HSV(B) | 22.72º | 0.87% | 0.93% | - |
| XYZ | 40.64 | 29.04 | 4.76 | - |
| YUV | 138.38 | 67.41 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 31 | 0 | 0.54 | 0.87 | 0.07 | 22.72 | 0.85 | 0.53 |
| Hex | ED | 6D | 1F | 0 | 36 | 57 | 7 | 17 | 55 | 35 |
| Octal | 355 | 155 | 37 | 0 | 66 | 127 | 7 | 27 | 125 | 65 |
| Binary | 11101101 | 1101101 | 11111 | 0 | 110110 | 1010111 | 111 | 10111 | 1010101 | 110101 |
Color Harmonies of #ED6D1F
Complementary color
Monochromatic Colors of #ED6D1F
Black with #ED6D1F
Text Example
Text Example
White with #ED6D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D1F; }
p { color: rgb(237,109,31); }
H1.HeaderClassName
{
color: #ED6D1F;
}
.AnyTagClassName
{
color: #ED6D1F;
}
</style>
background-color css
<style>
a { background-color: #ED6D1F; }
a { background-color: rgb(237,109,31); }
div.DivClassName
{
background-color: #ED6D1F;
}
.BgClassName
{
background-color: #ED6D1F;
}
</style>
border-color css
<style>
span { border-color: #ED6D1F; }
span { border-color: rgb(237,109,31); }
td.TdClassName
{
border-color: #ED6D1F;
}
.TagClassName
{
border-color: #ED6D1F;
}
</style>