Shades of Tahiti Gold #EA6025
Tints of Tahiti Gold #EA6025
RGB
CMYK
RGB Variations
Color information
#EA6025 (or 0xEA6025) is known color: Tahiti Gold. HEX triplet: EA, 60 and 25. RGB value is (234,96,37). Sum of RGB (Red+Green+Blue) = 234+96+37=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6025 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6025 is #159FDA. Grayscale: #828282. Windows color (decimal): -1417179 or 2449642. OLE color: 2449642.
HSL color Cylindrical-coordinate representation of color #EA6025: hue angle of 17.97º 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 #EA6025 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 37 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.08 |
| HSL | 17.97º | 0.82% | 0.53% | - |
| HSV(B) | 17.97º | 0.84% | 0.92% | - |
| XYZ | 38.45 | 25.99 | 4.74 | - |
| YUV | 130.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 37 | 0 | 0.59 | 0.84 | 0.08 | 17.97 | 0.82 | 0.53 |
| Hex | EA | 60 | 25 | 0 | 3B | 54 | 8 | 12 | 52 | 35 |
| Octal | 352 | 140 | 45 | 0 | 73 | 124 | 10 | 22 | 122 | 65 |
| Binary | 11101010 | 1100000 | 100101 | 0 | 111011 | 1010100 | 1000 | 10010 | 1010010 | 110101 |
Color Harmonies of #EA6025
Complementary color
Monochromatic Colors of #EA6025
Black with #EA6025
Text Example
Text Example
White with #EA6025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6025; }
p { color: rgb(234,96,37); }
H1.HeaderClassName
{
color: #EA6025;
}
.AnyTagClassName
{
color: #EA6025;
}
</style>
background-color css
<style>
a { background-color: #EA6025; }
a { background-color: rgb(234,96,37); }
div.DivClassName
{
background-color: #EA6025;
}
.BgClassName
{
background-color: #EA6025;
}
</style>
border-color css
<style>
span { border-color: #EA6025; }
span { border-color: rgb(234,96,37); }
td.TdClassName
{
border-color: #EA6025;
}
.TagClassName
{
border-color: #EA6025;
}
</style>