Shades of Tahiti Gold #EA6828
Tints of Tahiti Gold #EA6828
RGB
CMYK
RGB Variations
Color information
#EA6828 (or 0xEA6828) is known color: Tahiti Gold. HEX triplet: EA, 68 and 28. RGB value is (234,104,40). Sum of RGB (Red+Green+Blue) = 234+104+40=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6828 is #1597D7. Grayscale: #878787. Windows color (decimal): -1415128 or 2648298. OLE color: 2648298.
HSL color Cylindrical-coordinate representation of color #EA6828: hue angle of 19.79º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA6828 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 40 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.08 |
| HSL | 19.79º | 0.82% | 0.54% | - |
| HSV(B) | 19.79º | 0.83% | 0.92% | - |
| XYZ | 39.27 | 27.55 | 5.25 | - |
| YUV | 135.57 | 74.07 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 40 | 0 | 0.56 | 0.83 | 0.08 | 19.79 | 0.82 | 0.54 |
| Hex | EA | 68 | 28 | 0 | 38 | 53 | 8 | 14 | 52 | 36 |
| Octal | 352 | 150 | 50 | 0 | 70 | 123 | 10 | 24 | 122 | 66 |
| Binary | 11101010 | 1101000 | 101000 | 0 | 111000 | 1010011 | 1000 | 10100 | 1010010 | 110110 |
Color Harmonies of #EA6828
Complementary color
Monochromatic Colors of #EA6828
Black with #EA6828
Text Example
Text Example
White with #EA6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6828; }
p { color: rgb(234,104,40); }
H1.HeaderClassName
{
color: #EA6828;
}
.AnyTagClassName
{
color: #EA6828;
}
</style>
background-color css
<style>
a { background-color: #EA6828; }
a { background-color: rgb(234,104,40); }
div.DivClassName
{
background-color: #EA6828;
}
.BgClassName
{
background-color: #EA6828;
}
</style>
border-color css
<style>
span { border-color: #EA6828; }
span { border-color: rgb(234,104,40); }
td.TdClassName
{
border-color: #EA6828;
}
.TagClassName
{
border-color: #EA6828;
}
</style>