Shades of Tahiti Gold #ED6824
Tints of Tahiti Gold #ED6824
RGB
CMYK
RGB Variations
Color information
#ED6824 (or 0xED6824) is known color: Tahiti Gold. HEX triplet: ED, 68 and 24. RGB value is (237,104,36). Sum of RGB (Red+Green+Blue) = 237+104+36=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6824 is #1297DB. Grayscale: #888888. Windows color (decimal): -1218524 or 2386157. OLE color: 2386157.
HSL color Cylindrical-coordinate representation of color #ED6824: hue angle of 20.3º 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 #ED6824 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 36 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.07 |
| HSL | 20.3º | 0.85% | 0.54% | - |
| HSV(B) | 20.3º | 0.85% | 0.93% | - |
| XYZ | 40.19 | 28.03 | 4.96 | - |
| YUV | 136.02 | 71.56 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 36 | 0 | 0.56 | 0.85 | 0.07 | 20.3 | 0.85 | 0.54 |
| Hex | ED | 68 | 24 | 0 | 38 | 55 | 7 | 14 | 55 | 36 |
| Octal | 355 | 150 | 44 | 0 | 70 | 125 | 7 | 24 | 125 | 66 |
| Binary | 11101101 | 1101000 | 100100 | 0 | 111000 | 1010101 | 111 | 10100 | 1010101 | 110110 |
Color Harmonies of #ED6824
Complementary color
Monochromatic Colors of #ED6824
Black with #ED6824
Text Example
Text Example
White with #ED6824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6824; }
p { color: rgb(237,104,36); }
H1.HeaderClassName
{
color: #ED6824;
}
.AnyTagClassName
{
color: #ED6824;
}
</style>
background-color css
<style>
a { background-color: #ED6824; }
a { background-color: rgb(237,104,36); }
div.DivClassName
{
background-color: #ED6824;
}
.BgClassName
{
background-color: #ED6824;
}
</style>
border-color css
<style>
span { border-color: #ED6824; }
span { border-color: rgb(237,104,36); }
td.TdClassName
{
border-color: #ED6824;
}
.TagClassName
{
border-color: #ED6824;
}
</style>