Shades of Tahiti Gold #ED7428
Tints of Tahiti Gold #ED7428
RGB
CMYK
RGB Variations
Color information
#ED7428 (or 0xED7428) is known color: Tahiti Gold. HEX triplet: ED, 74 and 28. RGB value is (237,116,40). Sum of RGB (Red+Green+Blue) = 237+116+40=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7428 is #128BD7. Grayscale: #8F8F8F. Windows color (decimal): -1215448 or 2651373. OLE color: 2651373.
HSL color Cylindrical-coordinate representation of color #ED7428: hue angle of 23.15º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED7428 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 40 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.07 |
| HSL | 23.15º | 0.85% | 0.54% | - |
| HSV(B) | 23.15º | 0.83% | 0.93% | - |
| XYZ | 41.55 | 30.65 | 5.73 | - |
| YUV | 143.52 | 69.59 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 40 | 0 | 0.51 | 0.83 | 0.07 | 23.15 | 0.85 | 0.54 |
| Hex | ED | 74 | 28 | 0 | 33 | 53 | 7 | 17 | 55 | 36 |
| Octal | 355 | 164 | 50 | 0 | 63 | 123 | 7 | 27 | 125 | 66 |
| Binary | 11101101 | 1110100 | 101000 | 0 | 110011 | 1010011 | 111 | 10111 | 1010101 | 110110 |
Color Harmonies of #ED7428
Complementary color
Monochromatic Colors of #ED7428
Black with #ED7428
Text Example
Text Example
White with #ED7428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7428; }
p { color: rgb(237,116,40); }
H1.HeaderClassName
{
color: #ED7428;
}
.AnyTagClassName
{
color: #ED7428;
}
</style>
background-color css
<style>
a { background-color: #ED7428; }
a { background-color: rgb(237,116,40); }
div.DivClassName
{
background-color: #ED7428;
}
.BgClassName
{
background-color: #ED7428;
}
</style>
border-color css
<style>
span { border-color: #ED7428; }
span { border-color: rgb(237,116,40); }
td.TdClassName
{
border-color: #ED7428;
}
.TagClassName
{
border-color: #ED7428;
}
</style>