Shades of Tahiti Gold #ED6928
Tints of Tahiti Gold #ED6928
RGB
CMYK
RGB Variations
Color information
#ED6928 (or 0xED6928) is known color: Tahiti Gold. HEX triplet: ED, 69 and 28. RGB value is (237,105,40). Sum of RGB (Red+Green+Blue) = 237+105+40=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6928 is #1296D7. Grayscale: #898989. Windows color (decimal): -1218264 or 2648557. OLE color: 2648557.
HSL color Cylindrical-coordinate representation of color #ED6928: hue angle of 19.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED6928 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 40 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.07 |
| HSL | 19.8º | 0.85% | 0.54% | - |
| HSV(B) | 19.8º | 0.83% | 0.93% | - |
| XYZ | 40.36 | 28.26 | 5.34 | - |
| YUV | 137.06 | 73.23 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 40 | 0 | 0.56 | 0.83 | 0.07 | 19.8 | 0.85 | 0.54 |
| Hex | ED | 69 | 28 | 0 | 38 | 53 | 7 | 14 | 55 | 36 |
| Octal | 355 | 151 | 50 | 0 | 70 | 123 | 7 | 24 | 125 | 66 |
| Binary | 11101101 | 1101001 | 101000 | 0 | 111000 | 1010011 | 111 | 10100 | 1010101 | 110110 |
Color Harmonies of #ED6928
Complementary color
Monochromatic Colors of #ED6928
Black with #ED6928
Text Example
Text Example
White with #ED6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6928; }
p { color: rgb(237,105,40); }
H1.HeaderClassName
{
color: #ED6928;
}
.AnyTagClassName
{
color: #ED6928;
}
</style>
background-color css
<style>
a { background-color: #ED6928; }
a { background-color: rgb(237,105,40); }
div.DivClassName
{
background-color: #ED6928;
}
.BgClassName
{
background-color: #ED6928;
}
</style>
border-color css
<style>
span { border-color: #ED6928; }
span { border-color: rgb(237,105,40); }
td.TdClassName
{
border-color: #ED6928;
}
.TagClassName
{
border-color: #ED6928;
}
</style>