Shades of Tahiti Gold #ED7328
Tints of Tahiti Gold #ED7328
RGB
CMYK
RGB Variations
Color information
#ED7328 (or 0xED7328) is known color: Tahiti Gold. HEX triplet: ED, 73 and 28. RGB value is (237,115,40). Sum of RGB (Red+Green+Blue) = 237+115+40=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7328 is #128CD7. Grayscale: #8F8F8F. Windows color (decimal): -1215704 or 2651117. OLE color: 2651117.
HSL color Cylindrical-coordinate representation of color #ED7328: hue angle of 22.84º 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 #ED7328 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 40 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.07 |
| HSL | 22.84º | 0.85% | 0.54% | - |
| HSV(B) | 22.84º | 0.83% | 0.93% | - |
| XYZ | 41.44 | 30.42 | 5.69 | - |
| YUV | 142.93 | 69.92 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 40 | 0 | 0.51 | 0.83 | 0.07 | 22.84 | 0.85 | 0.54 |
| Hex | ED | 73 | 28 | 0 | 33 | 53 | 7 | 17 | 55 | 36 |
| Octal | 355 | 163 | 50 | 0 | 63 | 123 | 7 | 27 | 125 | 66 |
| Binary | 11101101 | 1110011 | 101000 | 0 | 110011 | 1010011 | 111 | 10111 | 1010101 | 110110 |
Color Harmonies of #ED7328
Complementary color
Monochromatic Colors of #ED7328
Black with #ED7328
Text Example
Text Example
White with #ED7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7328; }
p { color: rgb(237,115,40); }
H1.HeaderClassName
{
color: #ED7328;
}
.AnyTagClassName
{
color: #ED7328;
}
</style>
background-color css
<style>
a { background-color: #ED7328; }
a { background-color: rgb(237,115,40); }
div.DivClassName
{
background-color: #ED7328;
}
.BgClassName
{
background-color: #ED7328;
}
</style>
border-color css
<style>
span { border-color: #ED7328; }
span { border-color: rgb(237,115,40); }
td.TdClassName
{
border-color: #ED7328;
}
.TagClassName
{
border-color: #ED7328;
}
</style>