Shades of Tahiti Gold #EA6C26
Tints of Tahiti Gold #EA6C26
RGB
CMYK
RGB Variations
Color information
#EA6C26 (or 0xEA6C26) is known color: Tahiti Gold. HEX triplet: EA, 6C and 26. RGB value is (234,108,38). Sum of RGB (Red+Green+Blue) = 234+108+38=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6C26 is #1593D9. Grayscale: #8A8A8A. Windows color (decimal): -1414106 or 2518250. OLE color: 2518250.
HSL color Cylindrical-coordinate representation of color #EA6C26: hue angle of 21.43º 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 #EA6C26 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 38 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.08 |
| HSL | 21.43º | 0.82% | 0.53% | - |
| HSV(B) | 21.43º | 0.84% | 0.92% | - |
| XYZ | 39.64 | 28.36 | 5.22 | - |
| YUV | 137.69 | 71.74 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 38 | 0 | 0.54 | 0.84 | 0.08 | 21.43 | 0.82 | 0.53 |
| Hex | EA | 6C | 26 | 0 | 36 | 54 | 8 | 15 | 52 | 35 |
| Octal | 352 | 154 | 46 | 0 | 66 | 124 | 10 | 25 | 122 | 65 |
| Binary | 11101010 | 1101100 | 100110 | 0 | 110110 | 1010100 | 1000 | 10101 | 1010010 | 110101 |
Color Harmonies of #EA6C26
Complementary color
Monochromatic Colors of #EA6C26
Black with #EA6C26
Text Example
Text Example
White with #EA6C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C26; }
p { color: rgb(234,108,38); }
H1.HeaderClassName
{
color: #EA6C26;
}
.AnyTagClassName
{
color: #EA6C26;
}
</style>
background-color css
<style>
a { background-color: #EA6C26; }
a { background-color: rgb(234,108,38); }
div.DivClassName
{
background-color: #EA6C26;
}
.BgClassName
{
background-color: #EA6C26;
}
</style>
border-color css
<style>
span { border-color: #EA6C26; }
span { border-color: rgb(234,108,38); }
td.TdClassName
{
border-color: #EA6C26;
}
.TagClassName
{
border-color: #EA6C26;
}
</style>