Shades of Tahiti Gold #EA7526
Tints of Tahiti Gold #EA7526
RGB
CMYK
RGB Variations
Color information
#EA7526 (or 0xEA7526) is known color: Tahiti Gold. HEX triplet: EA, 75 and 26. RGB value is (234,117,38). Sum of RGB (Red+Green+Blue) = 234+117+38=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7526 is #158AD9. Grayscale: #8F8F8F. Windows color (decimal): -1411802 or 2520554. OLE color: 2520554.
HSL color Cylindrical-coordinate representation of color #EA7526: hue angle of 24.18º 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 #EA7526 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 38 | - |
| CMYK | 0 | 0.5 | 0.84 | 0.08 |
| HSL | 24.18º | 0.82% | 0.53% | - |
| HSV(B) | 24.18º | 0.84% | 0.92% | - |
| XYZ | 40.64 | 30.35 | 5.55 | - |
| YUV | 142.98 | 68.76 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 38 | 0 | 0.5 | 0.84 | 0.08 | 24.18 | 0.82 | 0.53 |
| Hex | EA | 75 | 26 | 0 | 32 | 54 | 8 | 18 | 52 | 35 |
| Octal | 352 | 165 | 46 | 0 | 62 | 124 | 10 | 30 | 122 | 65 |
| Binary | 11101010 | 1110101 | 100110 | 0 | 110010 | 1010100 | 1000 | 11000 | 1010010 | 110101 |
Color Harmonies of #EA7526
Complementary color
Monochromatic Colors of #EA7526
Black with #EA7526
Text Example
Text Example
White with #EA7526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7526; }
p { color: rgb(234,117,38); }
H1.HeaderClassName
{
color: #EA7526;
}
.AnyTagClassName
{
color: #EA7526;
}
</style>
background-color css
<style>
a { background-color: #EA7526; }
a { background-color: rgb(234,117,38); }
div.DivClassName
{
background-color: #EA7526;
}
.BgClassName
{
background-color: #EA7526;
}
</style>
border-color css
<style>
span { border-color: #EA7526; }
span { border-color: rgb(234,117,38); }
td.TdClassName
{
border-color: #EA7526;
}
.TagClassName
{
border-color: #EA7526;
}
</style>