Shades of Tahiti Gold #EA6726
Tints of Tahiti Gold #EA6726
RGB
CMYK
RGB Variations
Color information
#EA6726 (or 0xEA6726) is known color: Tahiti Gold. HEX triplet: EA, 67 and 26. RGB value is (234,103,38). Sum of RGB (Red+Green+Blue) = 234+103+38=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6726 is #1598D9. Grayscale: #878787. Windows color (decimal): -1415386 or 2516970. OLE color: 2516970.
HSL color Cylindrical-coordinate representation of color #EA6726: hue angle of 19.9º 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 #EA6726 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 38 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.08 |
| HSL | 19.9º | 0.82% | 0.53% | - |
| HSV(B) | 19.9º | 0.84% | 0.92% | - |
| XYZ | 39.13 | 27.33 | 5.05 | - |
| YUV | 134.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 38 | 0 | 0.56 | 0.84 | 0.08 | 19.9 | 0.82 | 0.53 |
| Hex | EA | 67 | 26 | 0 | 38 | 54 | 8 | 14 | 52 | 35 |
| Octal | 352 | 147 | 46 | 0 | 70 | 124 | 10 | 24 | 122 | 65 |
| Binary | 11101010 | 1100111 | 100110 | 0 | 111000 | 1010100 | 1000 | 10100 | 1010010 | 110101 |
Color Harmonies of #EA6726
Complementary color
Monochromatic Colors of #EA6726
Black with #EA6726
Text Example
Text Example
White with #EA6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6726; }
p { color: rgb(234,103,38); }
H1.HeaderClassName
{
color: #EA6726;
}
.AnyTagClassName
{
color: #EA6726;
}
</style>
background-color css
<style>
a { background-color: #EA6726; }
a { background-color: rgb(234,103,38); }
div.DivClassName
{
background-color: #EA6726;
}
.BgClassName
{
background-color: #EA6726;
}
</style>
border-color css
<style>
span { border-color: #EA6726; }
span { border-color: rgb(234,103,38); }
td.TdClassName
{
border-color: #EA6726;
}
.TagClassName
{
border-color: #EA6726;
}
</style>