Shades of Tahiti Gold #EA6D25
Tints of Tahiti Gold #EA6D25
RGB
CMYK
RGB Variations
Color information
#EA6D25 (or 0xEA6D25) is known color: Tahiti Gold. HEX triplet: EA, 6D and 25. RGB value is (234,109,37). Sum of RGB (Red+Green+Blue) = 234+109+37=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6D25 is #1592DA. Grayscale: #8A8A8A. Windows color (decimal): -1413851 or 2452970. OLE color: 2452970.
HSL color Cylindrical-coordinate representation of color #EA6D25: hue angle of 21.93º 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 #EA6D25 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 37 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.08 |
| HSL | 21.93º | 0.82% | 0.53% | - |
| HSV(B) | 21.93º | 0.84% | 0.92% | - |
| XYZ | 39.73 | 28.56 | 5.17 | - |
| YUV | 138.17 | 70.91 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 37 | 0 | 0.53 | 0.84 | 0.08 | 21.93 | 0.82 | 0.53 |
| Hex | EA | 6D | 25 | 0 | 35 | 54 | 8 | 16 | 52 | 35 |
| Octal | 352 | 155 | 45 | 0 | 65 | 124 | 10 | 26 | 122 | 65 |
| Binary | 11101010 | 1101101 | 100101 | 0 | 110101 | 1010100 | 1000 | 10110 | 1010010 | 110101 |
Color Harmonies of #EA6D25
Complementary color
Monochromatic Colors of #EA6D25
Black with #EA6D25
Text Example
Text Example
White with #EA6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D25; }
p { color: rgb(234,109,37); }
H1.HeaderClassName
{
color: #EA6D25;
}
.AnyTagClassName
{
color: #EA6D25;
}
</style>
background-color css
<style>
a { background-color: #EA6D25; }
a { background-color: rgb(234,109,37); }
div.DivClassName
{
background-color: #EA6D25;
}
.BgClassName
{
background-color: #EA6D25;
}
</style>
border-color css
<style>
span { border-color: #EA6D25; }
span { border-color: rgb(234,109,37); }
td.TdClassName
{
border-color: #EA6D25;
}
.TagClassName
{
border-color: #EA6D25;
}
</style>