Shades of Tahiti Gold #ED772D
Tints of Tahiti Gold #ED772D
RGB
CMYK
RGB Variations
Color information
#ED772D (or 0xED772D) is known color: Tahiti Gold. HEX triplet: ED, 77 and 2D. RGB value is (237,119,45). Sum of RGB (Red+Green+Blue) = 237+119+45=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED772D is #1288D2. Grayscale: #929292. Windows color (decimal): -1214675 or 2979821. OLE color: 2979821.
HSL color Cylindrical-coordinate representation of color #ED772D: hue angle of 23.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED772D is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 45 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.07 |
| HSL | 23.13º | 0.84% | 0.55% | - |
| HSV(B) | 23.13º | 0.81% | 0.93% | - |
| XYZ | 42 | 31.39 | 6.33 | - |
| YUV | 145.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 45 | 0 | 0.50 | 0.81 | 0.07 | 23.13 | 0.84 | 0.55 |
| Hex | ED | 77 | 2D | 0 | 32 | 51 | 7 | 17 | 54 | 37 |
| Octal | 355 | 167 | 55 | 0 | 62 | 121 | 7 | 27 | 124 | 67 |
| Binary | 11101101 | 1110111 | 101101 | 0 | 110010 | 1010001 | 111 | 10111 | 1010100 | 110111 |
Color Harmonies of #ED772D
Complementary color
Monochromatic Colors of #ED772D
Black with #ED772D
Text Example
Text Example
White with #ED772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED772D; }
p { color: rgb(237,119,45); }
H1.HeaderClassName
{
color: #ED772D;
}
.AnyTagClassName
{
color: #ED772D;
}
</style>
background-color css
<style>
a { background-color: #ED772D; }
a { background-color: rgb(237,119,45); }
div.DivClassName
{
background-color: #ED772D;
}
.BgClassName
{
background-color: #ED772D;
}
</style>
border-color css
<style>
span { border-color: #ED772D; }
span { border-color: rgb(237,119,45); }
td.TdClassName
{
border-color: #ED772D;
}
.TagClassName
{
border-color: #ED772D;
}
</style>