Shades of Tahiti Gold #ED7823
Tints of Tahiti Gold #ED7823
RGB
CMYK
RGB Variations
Color information
#ED7823 (or 0xED7823) is known color: Tahiti Gold. HEX triplet: ED, 78 and 23. RGB value is (237,120,35). Sum of RGB (Red+Green+Blue) = 237+120+35=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7823 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7823 is #1287DC. Grayscale: #919191. Windows color (decimal): -1214429 or 2324717. OLE color: 2324717.
HSL color Cylindrical-coordinate representation of color #ED7823: hue angle of 25.25º 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 #ED7823 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 35 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.07 |
| HSL | 25.25º | 0.85% | 0.53% | - |
| HSV(B) | 25.25º | 0.85% | 0.93% | - |
| XYZ | 41.94 | 31.56 | 5.47 | - |
| YUV | 145.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 35 | 0 | 0.49 | 0.85 | 0.07 | 25.25 | 0.85 | 0.53 |
| Hex | ED | 78 | 23 | 0 | 31 | 55 | 7 | 19 | 55 | 35 |
| Octal | 355 | 170 | 43 | 0 | 61 | 125 | 7 | 31 | 125 | 65 |
| Binary | 11101101 | 1111000 | 100011 | 0 | 110001 | 1010101 | 111 | 11001 | 1010101 | 110101 |
Color Harmonies of #ED7823
Complementary color
Monochromatic Colors of #ED7823
Black with #ED7823
Text Example
Text Example
White with #ED7823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7823; }
p { color: rgb(237,120,35); }
H1.HeaderClassName
{
color: #ED7823;
}
.AnyTagClassName
{
color: #ED7823;
}
</style>
background-color css
<style>
a { background-color: #ED7823; }
a { background-color: rgb(237,120,35); }
div.DivClassName
{
background-color: #ED7823;
}
.BgClassName
{
background-color: #ED7823;
}
</style>
border-color css
<style>
span { border-color: #ED7823; }
span { border-color: rgb(237,120,35); }
td.TdClassName
{
border-color: #ED7823;
}
.TagClassName
{
border-color: #ED7823;
}
</style>