Shades of Tahiti Gold #ED671F
Tints of Tahiti Gold #ED671F
RGB
CMYK
RGB Variations
Color information
#ED671F (or 0xED671F) is known color: Tahiti Gold. HEX triplet: ED, 67 and 1F. RGB value is (237,103,31). Sum of RGB (Red+Green+Blue) = 237+103+31=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED671F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED671F is #1298E0. Grayscale: #878787. Windows color (decimal): -1218785 or 2058221. OLE color: 2058221.
HSL color Cylindrical-coordinate representation of color #ED671F: hue angle of 20.97º 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 #ED671F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 31 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.07 |
| HSL | 20.97º | 0.85% | 0.53% | - |
| HSV(B) | 20.97º | 0.87% | 0.93% | - |
| XYZ | 40.02 | 27.8 | 4.55 | - |
| YUV | 134.86 | 69.39 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 31 | 0 | 0.57 | 0.87 | 0.07 | 20.97 | 0.85 | 0.53 |
| Hex | ED | 67 | 1F | 0 | 39 | 57 | 7 | 15 | 55 | 35 |
| Octal | 355 | 147 | 37 | 0 | 71 | 127 | 7 | 25 | 125 | 65 |
| Binary | 11101101 | 1100111 | 11111 | 0 | 111001 | 1010111 | 111 | 10101 | 1010101 | 110101 |
Color Harmonies of #ED671F
Complementary color
Monochromatic Colors of #ED671F
Black with #ED671F
Text Example
Text Example
White with #ED671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED671F; }
p { color: rgb(237,103,31); }
H1.HeaderClassName
{
color: #ED671F;
}
.AnyTagClassName
{
color: #ED671F;
}
</style>
background-color css
<style>
a { background-color: #ED671F; }
a { background-color: rgb(237,103,31); }
div.DivClassName
{
background-color: #ED671F;
}
.BgClassName
{
background-color: #ED671F;
}
</style>
border-color css
<style>
span { border-color: #ED671F; }
span { border-color: rgb(237,103,31); }
td.TdClassName
{
border-color: #ED671F;
}
.TagClassName
{
border-color: #ED671F;
}
</style>