Shades of Tahiti Gold #ED7522
Tints of Tahiti Gold #ED7522
RGB
CMYK
RGB Variations
Color information
#ED7522 (or 0xED7522) is known color: Tahiti Gold. HEX triplet: ED, 75 and 22. RGB value is (237,117,34). Sum of RGB (Red+Green+Blue) = 237+117+34=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7522 is #128ADD. Grayscale: #8F8F8F. Windows color (decimal): -1215198 or 2258413. OLE color: 2258413.
HSL color Cylindrical-coordinate representation of color #ED7522: hue angle of 24.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED7522 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 34 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.07 |
| HSL | 24.53º | 0.85% | 0.53% | - |
| HSV(B) | 24.53º | 0.86% | 0.93% | - |
| XYZ | 41.58 | 30.84 | 5.28 | - |
| YUV | 143.42 | 66.26 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 34 | 0 | 0.51 | 0.86 | 0.07 | 24.53 | 0.85 | 0.53 |
| Hex | ED | 75 | 22 | 0 | 33 | 56 | 7 | 19 | 55 | 35 |
| Octal | 355 | 165 | 42 | 0 | 63 | 126 | 7 | 31 | 125 | 65 |
| Binary | 11101101 | 1110101 | 100010 | 0 | 110011 | 1010110 | 111 | 11001 | 1010101 | 110101 |
Color Harmonies of #ED7522
Complementary color
Monochromatic Colors of #ED7522
Black with #ED7522
Text Example
Text Example
White with #ED7522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7522; }
p { color: rgb(237,117,34); }
H1.HeaderClassName
{
color: #ED7522;
}
.AnyTagClassName
{
color: #ED7522;
}
</style>
background-color css
<style>
a { background-color: #ED7522; }
a { background-color: rgb(237,117,34); }
div.DivClassName
{
background-color: #ED7522;
}
.BgClassName
{
background-color: #ED7522;
}
</style>
border-color css
<style>
span { border-color: #ED7522; }
span { border-color: rgb(237,117,34); }
td.TdClassName
{
border-color: #ED7522;
}
.TagClassName
{
border-color: #ED7522;
}
</style>