Shades of Tahiti Gold #ED7326
Tints of Tahiti Gold #ED7326
RGB
CMYK
RGB Variations
Color information
#ED7326 (or 0xED7326) is known color: Tahiti Gold. HEX triplet: ED, 73 and 26. RGB value is (237,115,38). Sum of RGB (Red+Green+Blue) = 237+115+38=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7326 is #128CD9. Grayscale: #8F8F8F. Windows color (decimal): -1215706 or 2520045. OLE color: 2520045.
HSL color Cylindrical-coordinate representation of color #ED7326: hue angle of 23.22º 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 #ED7326 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 38 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.07 |
| HSL | 23.22º | 0.85% | 0.54% | - |
| HSV(B) | 23.22º | 0.84% | 0.93% | - |
| XYZ | 41.41 | 30.41 | 5.52 | - |
| YUV | 142.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 38 | 0 | 0.51 | 0.84 | 0.07 | 23.22 | 0.85 | 0.54 |
| Hex | ED | 73 | 26 | 0 | 33 | 54 | 7 | 17 | 55 | 36 |
| Octal | 355 | 163 | 46 | 0 | 63 | 124 | 7 | 27 | 125 | 66 |
| Binary | 11101101 | 1110011 | 100110 | 0 | 110011 | 1010100 | 111 | 10111 | 1010101 | 110110 |
Color Harmonies of #ED7326
Complementary color
Monochromatic Colors of #ED7326
Black with #ED7326
Text Example
Text Example
White with #ED7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7326; }
p { color: rgb(237,115,38); }
H1.HeaderClassName
{
color: #ED7326;
}
.AnyTagClassName
{
color: #ED7326;
}
</style>
background-color css
<style>
a { background-color: #ED7326; }
a { background-color: rgb(237,115,38); }
div.DivClassName
{
background-color: #ED7326;
}
.BgClassName
{
background-color: #ED7326;
}
</style>
border-color css
<style>
span { border-color: #ED7326; }
span { border-color: rgb(237,115,38); }
td.TdClassName
{
border-color: #ED7326;
}
.TagClassName
{
border-color: #ED7326;
}
</style>