Shades of Tahiti Gold #ED7130
Tints of Tahiti Gold #ED7130
RGB
CMYK
RGB Variations
Color information
#ED7130 (or 0xED7130) is known color: Tahiti Gold. HEX triplet: ED, 71 and 30. RGB value is (237,113,48). Sum of RGB (Red+Green+Blue) = 237+113+48=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7130 is #128ECF. Grayscale: #8F8F8F. Windows color (decimal): -1216208 or 3174893. OLE color: 3174893.
HSL color Cylindrical-coordinate representation of color #ED7130: hue angle of 20.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED7130 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 48 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.07 |
| HSL | 20.63º | 0.84% | 0.56% | - |
| HSV(B) | 20.63º | 0.8% | 0.93% | - |
| XYZ | 41.36 | 30.03 | 6.41 | - |
| YUV | 142.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 48 | 0 | 0.52 | 0.80 | 0.07 | 20.63 | 0.84 | 0.56 |
| Hex | ED | 71 | 30 | 0 | 34 | 50 | 7 | 15 | 54 | 38 |
| Octal | 355 | 161 | 60 | 0 | 64 | 120 | 7 | 25 | 124 | 70 |
| Binary | 11101101 | 1110001 | 110000 | 0 | 110100 | 1010000 | 111 | 10101 | 1010100 | 111000 |
Color Harmonies of #ED7130
Complementary color
Monochromatic Colors of #ED7130
Black with #ED7130
Text Example
Text Example
White with #ED7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7130; }
p { color: rgb(237,113,48); }
H1.HeaderClassName
{
color: #ED7130;
}
.AnyTagClassName
{
color: #ED7130;
}
</style>
background-color css
<style>
a { background-color: #ED7130; }
a { background-color: rgb(237,113,48); }
div.DivClassName
{
background-color: #ED7130;
}
.BgClassName
{
background-color: #ED7130;
}
</style>
border-color css
<style>
span { border-color: #ED7130; }
span { border-color: rgb(237,113,48); }
td.TdClassName
{
border-color: #ED7130;
}
.TagClassName
{
border-color: #ED7130;
}
</style>