Shades of Tahiti Gold #EA681B
Tints of Tahiti Gold #EA681B
RGB
CMYK
RGB Variations
Color information
#EA681B (or 0xEA681B) is known color: Tahiti Gold. HEX triplet: EA, 68 and 1B. RGB value is (234,104,27). Sum of RGB (Red+Green+Blue) = 234+104+27=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA681B is #1597E4. Grayscale: #868686. Windows color (decimal): -1415141 or 1796330. OLE color: 1796330.
HSL color Cylindrical-coordinate representation of color #EA681B: hue angle of 22.32º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA681B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 27 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.08 |
| HSL | 22.32º | 0.83% | 0.51% | - |
| HSV(B) | 22.32º | 0.88% | 0.92% | - |
| XYZ | 39.08 | 27.47 | 4.28 | - |
| YUV | 134.09 | 67.57 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 27 | 0 | 0.56 | 0.88 | 0.08 | 22.32 | 0.83 | 0.51 |
| Hex | EA | 68 | 1B | 0 | 38 | 58 | 8 | 16 | 53 | 33 |
| Octal | 352 | 150 | 33 | 0 | 70 | 130 | 10 | 26 | 123 | 63 |
| Binary | 11101010 | 1101000 | 11011 | 0 | 111000 | 1011000 | 1000 | 10110 | 1010011 | 110011 |
Color Harmonies of #EA681B
Complementary color
Monochromatic Colors of #EA681B
Black with #EA681B
Text Example
Text Example
White with #EA681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA681B; }
p { color: rgb(234,104,27); }
H1.HeaderClassName
{
color: #EA681B;
}
.AnyTagClassName
{
color: #EA681B;
}
</style>
background-color css
<style>
a { background-color: #EA681B; }
a { background-color: rgb(234,104,27); }
div.DivClassName
{
background-color: #EA681B;
}
.BgClassName
{
background-color: #EA681B;
}
</style>
border-color css
<style>
span { border-color: #EA681B; }
span { border-color: rgb(234,104,27); }
td.TdClassName
{
border-color: #EA681B;
}
.TagClassName
{
border-color: #EA681B;
}
</style>