Shades of Tahiti Gold #ED6D25
Tints of Tahiti Gold #ED6D25
RGB
CMYK
RGB Variations
Color information
#ED6D25 (or 0xED6D25) is known color: Tahiti Gold. HEX triplet: ED, 6D and 25. RGB value is (237,109,37). Sum of RGB (Red+Green+Blue) = 237+109+37=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6D25 is #1292DA. Grayscale: #8B8B8B. Windows color (decimal): -1217243 or 2452973. OLE color: 2452973.
HSL color Cylindrical-coordinate representation of color #ED6D25: hue angle of 21.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED6D25 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 37 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.07 |
| HSL | 21.6º | 0.85% | 0.54% | - |
| HSV(B) | 21.6º | 0.84% | 0.93% | - |
| XYZ | 40.73 | 29.08 | 5.22 | - |
| YUV | 139.06 | 70.41 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 37 | 0 | 0.54 | 0.84 | 0.07 | 21.6 | 0.85 | 0.54 |
| Hex | ED | 6D | 25 | 0 | 36 | 54 | 7 | 16 | 55 | 36 |
| Octal | 355 | 155 | 45 | 0 | 66 | 124 | 7 | 26 | 125 | 66 |
| Binary | 11101101 | 1101101 | 100101 | 0 | 110110 | 1010100 | 111 | 10110 | 1010101 | 110110 |
Color Harmonies of #ED6D25
Complementary color
Monochromatic Colors of #ED6D25
Black with #ED6D25
Text Example
Text Example
White with #ED6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D25; }
p { color: rgb(237,109,37); }
H1.HeaderClassName
{
color: #ED6D25;
}
.AnyTagClassName
{
color: #ED6D25;
}
</style>
background-color css
<style>
a { background-color: #ED6D25; }
a { background-color: rgb(237,109,37); }
div.DivClassName
{
background-color: #ED6D25;
}
.BgClassName
{
background-color: #ED6D25;
}
</style>
border-color css
<style>
span { border-color: #ED6D25; }
span { border-color: rgb(237,109,37); }
td.TdClassName
{
border-color: #ED6D25;
}
.TagClassName
{
border-color: #ED6D25;
}
</style>