Shades of Tahiti Gold #ED6823
Tints of Tahiti Gold #ED6823
RGB
CMYK
RGB Variations
Color information
#ED6823 (or 0xED6823) is known color: Tahiti Gold. HEX triplet: ED, 68 and 23. RGB value is (237,104,35). Sum of RGB (Red+Green+Blue) = 237+104+35=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6823 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6823 is #1297DC. Grayscale: #888888. Windows color (decimal): -1218525 or 2320621. OLE color: 2320621.
HSL color Cylindrical-coordinate representation of color #ED6823: hue angle of 20.5º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED6823 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 35 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.07 |
| HSL | 20.5º | 0.85% | 0.53% | - |
| HSV(B) | 20.5º | 0.85% | 0.93% | - |
| XYZ | 40.18 | 28.03 | 4.88 | - |
| YUV | 135.9 | 71.06 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 35 | 0 | 0.56 | 0.85 | 0.07 | 20.5 | 0.85 | 0.53 |
| Hex | ED | 68 | 23 | 0 | 38 | 55 | 7 | 14 | 55 | 35 |
| Octal | 355 | 150 | 43 | 0 | 70 | 125 | 7 | 24 | 125 | 65 |
| Binary | 11101101 | 1101000 | 100011 | 0 | 111000 | 1010101 | 111 | 10100 | 1010101 | 110101 |
Color Harmonies of #ED6823
Complementary color
Monochromatic Colors of #ED6823
Black with #ED6823
Text Example
Text Example
White with #ED6823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6823; }
p { color: rgb(237,104,35); }
H1.HeaderClassName
{
color: #ED6823;
}
.AnyTagClassName
{
color: #ED6823;
}
</style>
background-color css
<style>
a { background-color: #ED6823; }
a { background-color: rgb(237,104,35); }
div.DivClassName
{
background-color: #ED6823;
}
.BgClassName
{
background-color: #ED6823;
}
</style>
border-color css
<style>
span { border-color: #ED6823; }
span { border-color: rgb(237,104,35); }
td.TdClassName
{
border-color: #ED6823;
}
.TagClassName
{
border-color: #ED6823;
}
</style>