Shades of Tahiti Gold #ED772B
Tints of Tahiti Gold #ED772B
RGB
CMYK
RGB Variations
Color information
#ED772B (or 0xED772B) is known color: Tahiti Gold. HEX triplet: ED, 77 and 2B. RGB value is (237,119,43). Sum of RGB (Red+Green+Blue) = 237+119+43=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED772B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED772B is #1288D4. Grayscale: #929292. Windows color (decimal): -1214677 or 2848749. OLE color: 2848749.
HSL color Cylindrical-coordinate representation of color #ED772B: hue angle of 23.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED772B is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 43 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.07 |
| HSL | 23.51º | 0.84% | 0.55% | - |
| HSV(B) | 23.51º | 0.82% | 0.93% | - |
| XYZ | 41.96 | 31.37 | 6.13 | - |
| YUV | 145.62 | 70.09 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 43 | 0 | 0.50 | 0.82 | 0.07 | 23.51 | 0.84 | 0.55 |
| Hex | ED | 77 | 2B | 0 | 32 | 52 | 7 | 18 | 54 | 37 |
| Octal | 355 | 167 | 53 | 0 | 62 | 122 | 7 | 30 | 124 | 67 |
| Binary | 11101101 | 1110111 | 101011 | 0 | 110010 | 1010010 | 111 | 11000 | 1010100 | 110111 |
Color Harmonies of #ED772B
Complementary color
Monochromatic Colors of #ED772B
Black with #ED772B
Text Example
Text Example
White with #ED772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED772B; }
p { color: rgb(237,119,43); }
H1.HeaderClassName
{
color: #ED772B;
}
.AnyTagClassName
{
color: #ED772B;
}
</style>
background-color css
<style>
a { background-color: #ED772B; }
a { background-color: rgb(237,119,43); }
div.DivClassName
{
background-color: #ED772B;
}
.BgClassName
{
background-color: #ED772B;
}
</style>
border-color css
<style>
span { border-color: #ED772B; }
span { border-color: rgb(237,119,43); }
td.TdClassName
{
border-color: #ED772B;
}
.TagClassName
{
border-color: #ED772B;
}
</style>