Shades of Tahiti Gold #EA7426
Tints of Tahiti Gold #EA7426
RGB
CMYK
RGB Variations
Color information
#EA7426 (or 0xEA7426) is known color: Tahiti Gold. HEX triplet: EA, 74 and 26. RGB value is (234,116,38). Sum of RGB (Red+Green+Blue) = 234+116+38=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7426 is #158BD9. Grayscale: #8E8E8E. Windows color (decimal): -1412058 or 2520298. OLE color: 2520298.
HSL color Cylindrical-coordinate representation of color #EA7426: hue angle of 23.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA7426 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 38 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.08 |
| HSL | 23.88º | 0.82% | 0.53% | - |
| HSV(B) | 23.88º | 0.84% | 0.92% | - |
| XYZ | 40.53 | 30.12 | 5.51 | - |
| YUV | 142.39 | 69.09 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 38 | 0 | 0.50 | 0.84 | 0.08 | 23.88 | 0.82 | 0.53 |
| Hex | EA | 74 | 26 | 0 | 32 | 54 | 8 | 18 | 52 | 35 |
| Octal | 352 | 164 | 46 | 0 | 62 | 124 | 10 | 30 | 122 | 65 |
| Binary | 11101010 | 1110100 | 100110 | 0 | 110010 | 1010100 | 1000 | 11000 | 1010010 | 110101 |
Color Harmonies of #EA7426
Complementary color
Monochromatic Colors of #EA7426
Black with #EA7426
Text Example
Text Example
White with #EA7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7426; }
p { color: rgb(234,116,38); }
H1.HeaderClassName
{
color: #EA7426;
}
.AnyTagClassName
{
color: #EA7426;
}
</style>
background-color css
<style>
a { background-color: #EA7426; }
a { background-color: rgb(234,116,38); }
div.DivClassName
{
background-color: #EA7426;
}
.BgClassName
{
background-color: #EA7426;
}
</style>
border-color css
<style>
span { border-color: #EA7426; }
span { border-color: rgb(234,116,38); }
td.TdClassName
{
border-color: #EA7426;
}
.TagClassName
{
border-color: #EA7426;
}
</style>