Shades of Tahiti Gold #ED742C
Tints of Tahiti Gold #ED742C
RGB
CMYK
RGB Variations
Color information
#ED742C (or 0xED742C) is known color: Tahiti Gold. HEX triplet: ED, 74 and 2C. RGB value is (237,116,44). Sum of RGB (Red+Green+Blue) = 237+116+44=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED742C is #128BD3. Grayscale: #909090. Windows color (decimal): -1215444 or 2913517. OLE color: 2913517.
HSL color Cylindrical-coordinate representation of color #ED742C: hue angle of 22.38º 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 #ED742C is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 44 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.07 |
| HSL | 22.38º | 0.84% | 0.55% | - |
| HSV(B) | 22.38º | 0.81% | 0.93% | - |
| XYZ | 41.63 | 30.68 | 6.11 | - |
| YUV | 143.97 | 71.59 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 44 | 0 | 0.51 | 0.81 | 0.07 | 22.38 | 0.84 | 0.55 |
| Hex | ED | 74 | 2C | 0 | 33 | 51 | 7 | 16 | 54 | 37 |
| Octal | 355 | 164 | 54 | 0 | 63 | 121 | 7 | 26 | 124 | 67 |
| Binary | 11101101 | 1110100 | 101100 | 0 | 110011 | 1010001 | 111 | 10110 | 1010100 | 110111 |
Color Harmonies of #ED742C
Complementary color
Monochromatic Colors of #ED742C
Black with #ED742C
Text Example
Text Example
White with #ED742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED742C; }
p { color: rgb(237,116,44); }
H1.HeaderClassName
{
color: #ED742C;
}
.AnyTagClassName
{
color: #ED742C;
}
</style>
background-color css
<style>
a { background-color: #ED742C; }
a { background-color: rgb(237,116,44); }
div.DivClassName
{
background-color: #ED742C;
}
.BgClassName
{
background-color: #ED742C;
}
</style>
border-color css
<style>
span { border-color: #ED742C; }
span { border-color: rgb(237,116,44); }
td.TdClassName
{
border-color: #ED742C;
}
.TagClassName
{
border-color: #ED742C;
}
</style>