Shades of Tahiti Gold #ED7921
Tints of Tahiti Gold #ED7921
RGB
CMYK
RGB Variations
Color information
#ED7921 (or 0xED7921) is known color: Tahiti Gold. HEX triplet: ED, 79 and 21. RGB value is (237,121,33). Sum of RGB (Red+Green+Blue) = 237+121+33=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7921 is #1286DE. Grayscale: #929292. Windows color (decimal): -1214175 or 2193901. OLE color: 2193901.
HSL color Cylindrical-coordinate representation of color #ED7921: hue angle of 25.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED7921 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 33 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.07 |
| HSL | 25.88º | 0.85% | 0.53% | - |
| HSV(B) | 25.88º | 0.86% | 0.93% | - |
| XYZ | 42.04 | 31.79 | 5.36 | - |
| YUV | 145.65 | 64.43 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 33 | 0 | 0.49 | 0.86 | 0.07 | 25.88 | 0.85 | 0.53 |
| Hex | ED | 79 | 21 | 0 | 31 | 56 | 7 | 1A | 55 | 35 |
| Octal | 355 | 171 | 41 | 0 | 61 | 126 | 7 | 32 | 125 | 65 |
| Binary | 11101101 | 1111001 | 100001 | 0 | 110001 | 1010110 | 111 | 11010 | 1010101 | 110101 |
Color Harmonies of #ED7921
Complementary color
Monochromatic Colors of #ED7921
Black with #ED7921
Text Example
Text Example
White with #ED7921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7921; }
p { color: rgb(237,121,33); }
H1.HeaderClassName
{
color: #ED7921;
}
.AnyTagClassName
{
color: #ED7921;
}
</style>
background-color css
<style>
a { background-color: #ED7921; }
a { background-color: rgb(237,121,33); }
div.DivClassName
{
background-color: #ED7921;
}
.BgClassName
{
background-color: #ED7921;
}
</style>
border-color css
<style>
span { border-color: #ED7921; }
span { border-color: rgb(237,121,33); }
td.TdClassName
{
border-color: #ED7921;
}
.TagClassName
{
border-color: #ED7921;
}
</style>