Shades of Tahiti Gold #ED7224
Tints of Tahiti Gold #ED7224
RGB
CMYK
RGB Variations
Color information
#ED7224 (or 0xED7224) is known color: Tahiti Gold. HEX triplet: ED, 72 and 24. RGB value is (237,114,36). Sum of RGB (Red+Green+Blue) = 237+114+36=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7224 is #128DDB. Grayscale: #8E8E8E. Windows color (decimal): -1215964 or 2388717. OLE color: 2388717.
HSL color Cylindrical-coordinate representation of color #ED7224: hue angle of 23.28º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED7224 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 36 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.07 |
| HSL | 23.28º | 0.85% | 0.54% | - |
| HSV(B) | 23.28º | 0.85% | 0.93% | - |
| XYZ | 41.26 | 30.17 | 5.32 | - |
| YUV | 141.89 | 68.25 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 36 | 0 | 0.52 | 0.85 | 0.07 | 23.28 | 0.85 | 0.54 |
| Hex | ED | 72 | 24 | 0 | 34 | 55 | 7 | 17 | 55 | 36 |
| Octal | 355 | 162 | 44 | 0 | 64 | 125 | 7 | 27 | 125 | 66 |
| Binary | 11101101 | 1110010 | 100100 | 0 | 110100 | 1010101 | 111 | 10111 | 1010101 | 110110 |
Color Harmonies of #ED7224
Complementary color
Monochromatic Colors of #ED7224
Black with #ED7224
Text Example
Text Example
White with #ED7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7224; }
p { color: rgb(237,114,36); }
H1.HeaderClassName
{
color: #ED7224;
}
.AnyTagClassName
{
color: #ED7224;
}
</style>
background-color css
<style>
a { background-color: #ED7224; }
a { background-color: rgb(237,114,36); }
div.DivClassName
{
background-color: #ED7224;
}
.BgClassName
{
background-color: #ED7224;
}
</style>
border-color css
<style>
span { border-color: #ED7224; }
span { border-color: rgb(237,114,36); }
td.TdClassName
{
border-color: #ED7224;
}
.TagClassName
{
border-color: #ED7224;
}
</style>