Shades of Tahiti Gold #EA711B
Tints of Tahiti Gold #EA711B
RGB
CMYK
RGB Variations
Color information
#EA711B (or 0xEA711B) is known color: Tahiti Gold. HEX triplet: EA, 71 and 1B. RGB value is (234,113,27). Sum of RGB (Red+Green+Blue) = 234+113+27=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA711B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA711B is #158EE4. Grayscale: #8B8B8B. Windows color (decimal): -1412837 or 1798634. OLE color: 1798634.
HSL color Cylindrical-coordinate representation of color #EA711B: hue angle of 24.93º 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 #EA711B is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 27 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.08 |
| HSL | 24.93º | 0.83% | 0.51% | - |
| HSV(B) | 24.93º | 0.88% | 0.92% | - |
| XYZ | 40.03 | 29.38 | 4.6 | - |
| YUV | 139.38 | 64.59 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 27 | 0 | 0.52 | 0.88 | 0.08 | 24.93 | 0.83 | 0.51 |
| Hex | EA | 71 | 1B | 0 | 34 | 58 | 8 | 19 | 53 | 33 |
| Octal | 352 | 161 | 33 | 0 | 64 | 130 | 10 | 31 | 123 | 63 |
| Binary | 11101010 | 1110001 | 11011 | 0 | 110100 | 1011000 | 1000 | 11001 | 1010011 | 110011 |
Color Harmonies of #EA711B
Complementary color
Monochromatic Colors of #EA711B
Black with #EA711B
Text Example
Text Example
White with #EA711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA711B; }
p { color: rgb(234,113,27); }
H1.HeaderClassName
{
color: #EA711B;
}
.AnyTagClassName
{
color: #EA711B;
}
</style>
background-color css
<style>
a { background-color: #EA711B; }
a { background-color: rgb(234,113,27); }
div.DivClassName
{
background-color: #EA711B;
}
.BgClassName
{
background-color: #EA711B;
}
</style>
border-color css
<style>
span { border-color: #EA711B; }
span { border-color: rgb(234,113,27); }
td.TdClassName
{
border-color: #EA711B;
}
.TagClassName
{
border-color: #EA711B;
}
</style>