Shades of Tahiti Gold #ED7223
Tints of Tahiti Gold #ED7223
RGB
CMYK
RGB Variations
Color information
#ED7223 (or 0xED7223) is known color: Tahiti Gold. HEX triplet: ED, 72 and 23. RGB value is (237,114,35). Sum of RGB (Red+Green+Blue) = 237+114+35=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7223 is #128DDC. Grayscale: #8E8E8E. Windows color (decimal): -1215965 or 2323181. OLE color: 2323181.
HSL color Cylindrical-coordinate representation of color #ED7223: hue angle of 23.47º 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 #ED7223 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 35 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.07 |
| HSL | 23.47º | 0.85% | 0.53% | - |
| HSV(B) | 23.47º | 0.85% | 0.93% | - |
| XYZ | 41.25 | 30.16 | 5.24 | - |
| YUV | 141.77 | 67.75 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 35 | 0 | 0.52 | 0.85 | 0.07 | 23.47 | 0.85 | 0.53 |
| Hex | ED | 72 | 23 | 0 | 34 | 55 | 7 | 17 | 55 | 35 |
| Octal | 355 | 162 | 43 | 0 | 64 | 125 | 7 | 27 | 125 | 65 |
| Binary | 11101101 | 1110010 | 100011 | 0 | 110100 | 1010101 | 111 | 10111 | 1010101 | 110101 |
Color Harmonies of #ED7223
Complementary color
Monochromatic Colors of #ED7223
Black with #ED7223
Text Example
Text Example
White with #ED7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7223; }
p { color: rgb(237,114,35); }
H1.HeaderClassName
{
color: #ED7223;
}
.AnyTagClassName
{
color: #ED7223;
}
</style>
background-color css
<style>
a { background-color: #ED7223; }
a { background-color: rgb(237,114,35); }
div.DivClassName
{
background-color: #ED7223;
}
.BgClassName
{
background-color: #ED7223;
}
</style>
border-color css
<style>
span { border-color: #ED7223; }
span { border-color: rgb(237,114,35); }
td.TdClassName
{
border-color: #ED7223;
}
.TagClassName
{
border-color: #ED7223;
}
</style>