Shades of Tahiti Gold #ED6224
Tints of Tahiti Gold #ED6224
RGB
CMYK
RGB Variations
Color information
#ED6224 (or 0xED6224) is known color: Tahiti Gold. HEX triplet: ED, 62 and 24. RGB value is (237,98,36). Sum of RGB (Red+Green+Blue) = 237+98+36=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6224 is #129DDB. Grayscale: #848484. Windows color (decimal): -1220060 or 2384621. OLE color: 2384621.
HSL color Cylindrical-coordinate representation of color #ED6224: hue angle of 18.51º 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 #ED6224 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 36 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.07 |
| HSL | 18.51º | 0.85% | 0.54% | - |
| HSV(B) | 18.51º | 0.85% | 0.93% | - |
| XYZ | 39.61 | 26.87 | 4.77 | - |
| YUV | 132.49 | 73.55 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 36 | 0 | 0.59 | 0.85 | 0.07 | 18.51 | 0.85 | 0.54 |
| Hex | ED | 62 | 24 | 0 | 3B | 55 | 7 | 13 | 55 | 36 |
| Octal | 355 | 142 | 44 | 0 | 73 | 125 | 7 | 23 | 125 | 66 |
| Binary | 11101101 | 1100010 | 100100 | 0 | 111011 | 1010101 | 111 | 10011 | 1010101 | 110110 |
Color Harmonies of #ED6224
Complementary color
Monochromatic Colors of #ED6224
Black with #ED6224
Text Example
Text Example
White with #ED6224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6224; }
p { color: rgb(237,98,36); }
H1.HeaderClassName
{
color: #ED6224;
}
.AnyTagClassName
{
color: #ED6224;
}
</style>
background-color css
<style>
a { background-color: #ED6224; }
a { background-color: rgb(237,98,36); }
div.DivClassName
{
background-color: #ED6224;
}
.BgClassName
{
background-color: #ED6224;
}
</style>
border-color css
<style>
span { border-color: #ED6224; }
span { border-color: rgb(237,98,36); }
td.TdClassName
{
border-color: #ED6224;
}
.TagClassName
{
border-color: #ED6224;
}
</style>