Shades of Tahiti Gold #ED7523
Tints of Tahiti Gold #ED7523
RGB
CMYK
RGB Variations
Color information
#ED7523 (or 0xED7523) is known color: Tahiti Gold. HEX triplet: ED, 75 and 23. RGB value is (237,117,35). Sum of RGB (Red+Green+Blue) = 237+117+35=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7523 is #128ADC. Grayscale: #8F8F8F. Windows color (decimal): -1215197 or 2323949. OLE color: 2323949.
HSL color Cylindrical-coordinate representation of color #ED7523: hue angle of 24.36º 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 #ED7523 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 35 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.07 |
| HSL | 24.36º | 0.85% | 0.53% | - |
| HSV(B) | 24.36º | 0.85% | 0.93% | - |
| XYZ | 41.59 | 30.85 | 5.35 | - |
| YUV | 143.53 | 66.76 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 35 | 0 | 0.51 | 0.85 | 0.07 | 24.36 | 0.85 | 0.53 |
| Hex | ED | 75 | 23 | 0 | 33 | 55 | 7 | 18 | 55 | 35 |
| Octal | 355 | 165 | 43 | 0 | 63 | 125 | 7 | 30 | 125 | 65 |
| Binary | 11101101 | 1110101 | 100011 | 0 | 110011 | 1010101 | 111 | 11000 | 1010101 | 110101 |
Color Harmonies of #ED7523
Complementary color
Monochromatic Colors of #ED7523
Black with #ED7523
Text Example
Text Example
White with #ED7523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7523; }
p { color: rgb(237,117,35); }
H1.HeaderClassName
{
color: #ED7523;
}
.AnyTagClassName
{
color: #ED7523;
}
</style>
background-color css
<style>
a { background-color: #ED7523; }
a { background-color: rgb(237,117,35); }
div.DivClassName
{
background-color: #ED7523;
}
.BgClassName
{
background-color: #ED7523;
}
</style>
border-color css
<style>
span { border-color: #ED7523; }
span { border-color: rgb(237,117,35); }
td.TdClassName
{
border-color: #ED7523;
}
.TagClassName
{
border-color: #ED7523;
}
</style>