Shades of Tahiti Gold #ED661F
Tints of Tahiti Gold #ED661F
RGB
CMYK
RGB Variations
Color information
#ED661F (or 0xED661F) is known color: Tahiti Gold. HEX triplet: ED, 66 and 1F. RGB value is (237,102,31). Sum of RGB (Red+Green+Blue) = 237+102+31=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED661F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED661F is #1299E0. Grayscale: #868686. Windows color (decimal): -1219041 or 2057965. OLE color: 2057965.
HSL color Cylindrical-coordinate representation of color #ED661F: hue angle of 20.68º 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 #ED661F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 31 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.07 |
| HSL | 20.68º | 0.85% | 0.53% | - |
| HSV(B) | 20.68º | 0.87% | 0.93% | - |
| XYZ | 39.92 | 27.61 | 4.52 | - |
| YUV | 134.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 31 | 0 | 0.57 | 0.87 | 0.07 | 20.68 | 0.85 | 0.53 |
| Hex | ED | 66 | 1F | 0 | 39 | 57 | 7 | 15 | 55 | 35 |
| Octal | 355 | 146 | 37 | 0 | 71 | 127 | 7 | 25 | 125 | 65 |
| Binary | 11101101 | 1100110 | 11111 | 0 | 111001 | 1010111 | 111 | 10101 | 1010101 | 110101 |
Color Harmonies of #ED661F
Complementary color
Monochromatic Colors of #ED661F
Black with #ED661F
Text Example
Text Example
White with #ED661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED661F; }
p { color: rgb(237,102,31); }
H1.HeaderClassName
{
color: #ED661F;
}
.AnyTagClassName
{
color: #ED661F;
}
</style>
background-color css
<style>
a { background-color: #ED661F; }
a { background-color: rgb(237,102,31); }
div.DivClassName
{
background-color: #ED661F;
}
.BgClassName
{
background-color: #ED661F;
}
</style>
border-color css
<style>
span { border-color: #ED661F; }
span { border-color: rgb(237,102,31); }
td.TdClassName
{
border-color: #ED661F;
}
.TagClassName
{
border-color: #ED661F;
}
</style>