Shades of Tahiti Gold #EA771B
Tints of Tahiti Gold #EA771B
RGB
CMYK
RGB Variations
Color information
#EA771B (or 0xEA771B) is known color: Tahiti Gold. HEX triplet: EA, 77 and 1B. RGB value is (234,119,27). Sum of RGB (Red+Green+Blue) = 234+119+27=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA771B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA771B is #1588E4. Grayscale: #8F8F8F. Windows color (decimal): -1411301 or 1800170. OLE color: 1800170.
HSL color Cylindrical-coordinate representation of color #EA771B: hue angle of 26.67º 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 #EA771B is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 27 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.08 |
| HSL | 26.67º | 0.83% | 0.51% | - |
| HSV(B) | 26.67º | 0.88% | 0.92% | - |
| XYZ | 40.73 | 30.77 | 4.83 | - |
| YUV | 142.9 | 62.6 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 27 | 0 | 0.49 | 0.88 | 0.08 | 26.67 | 0.83 | 0.51 |
| Hex | EA | 77 | 1B | 0 | 31 | 58 | 8 | 1B | 53 | 33 |
| Octal | 352 | 167 | 33 | 0 | 61 | 130 | 10 | 33 | 123 | 63 |
| Binary | 11101010 | 1110111 | 11011 | 0 | 110001 | 1011000 | 1000 | 11011 | 1010011 | 110011 |
Color Harmonies of #EA771B
Complementary color
Monochromatic Colors of #EA771B
Black with #EA771B
Text Example
Text Example
White with #EA771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA771B; }
p { color: rgb(234,119,27); }
H1.HeaderClassName
{
color: #EA771B;
}
.AnyTagClassName
{
color: #EA771B;
}
</style>
background-color css
<style>
a { background-color: #EA771B; }
a { background-color: rgb(234,119,27); }
div.DivClassName
{
background-color: #EA771B;
}
.BgClassName
{
background-color: #EA771B;
}
</style>
border-color css
<style>
span { border-color: #EA771B; }
span { border-color: rgb(234,119,27); }
td.TdClassName
{
border-color: #EA771B;
}
.TagClassName
{
border-color: #EA771B;
}
</style>