Shades of Tahiti Gold #ED7427
Tints of Tahiti Gold #ED7427
RGB
CMYK
RGB Variations
Color information
#ED7427 (or 0xED7427) is known color: Tahiti Gold. HEX triplet: ED, 74 and 27. RGB value is (237,116,39). Sum of RGB (Red+Green+Blue) = 237+116+39=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7427 is #128BD8. Grayscale: #8F8F8F. Windows color (decimal): -1215449 or 2585837. OLE color: 2585837.
HSL color Cylindrical-coordinate representation of color #ED7427: hue angle of 23.33º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED7427 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 39 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.07 |
| HSL | 23.33º | 0.85% | 0.54% | - |
| HSV(B) | 23.33º | 0.84% | 0.93% | - |
| XYZ | 41.54 | 30.64 | 5.64 | - |
| YUV | 143.4 | 69.09 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 39 | 0 | 0.51 | 0.84 | 0.07 | 23.33 | 0.85 | 0.54 |
| Hex | ED | 74 | 27 | 0 | 33 | 54 | 7 | 17 | 55 | 36 |
| Octal | 355 | 164 | 47 | 0 | 63 | 124 | 7 | 27 | 125 | 66 |
| Binary | 11101101 | 1110100 | 100111 | 0 | 110011 | 1010100 | 111 | 10111 | 1010101 | 110110 |
Color Harmonies of #ED7427
Complementary color
Monochromatic Colors of #ED7427
Black with #ED7427
Text Example
Text Example
White with #ED7427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7427; }
p { color: rgb(237,116,39); }
H1.HeaderClassName
{
color: #ED7427;
}
.AnyTagClassName
{
color: #ED7427;
}
</style>
background-color css
<style>
a { background-color: #ED7427; }
a { background-color: rgb(237,116,39); }
div.DivClassName
{
background-color: #ED7427;
}
.BgClassName
{
background-color: #ED7427;
}
</style>
border-color css
<style>
span { border-color: #ED7427; }
span { border-color: rgb(237,116,39); }
td.TdClassName
{
border-color: #ED7427;
}
.TagClassName
{
border-color: #ED7427;
}
</style>