Shades of Tahiti Gold #EA731B
Tints of Tahiti Gold #EA731B
RGB
CMYK
RGB Variations
Color information
#EA731B (or 0xEA731B) is known color: Tahiti Gold. HEX triplet: EA, 73 and 1B. RGB value is (234,115,27). Sum of RGB (Red+Green+Blue) = 234+115+27=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA731B is #158CE4. Grayscale: #8D8D8D. Windows color (decimal): -1412325 or 1799146. OLE color: 1799146.
HSL color Cylindrical-coordinate representation of color #EA731B: hue angle of 25.51º 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 #EA731B is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 27 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.08 |
| HSL | 25.51º | 0.83% | 0.51% | - |
| HSV(B) | 25.51º | 0.88% | 0.92% | - |
| XYZ | 40.26 | 29.83 | 4.67 | - |
| YUV | 140.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 27 | 0 | 0.51 | 0.88 | 0.08 | 25.51 | 0.83 | 0.51 |
| Hex | EA | 73 | 1B | 0 | 33 | 58 | 8 | 1A | 53 | 33 |
| Octal | 352 | 163 | 33 | 0 | 63 | 130 | 10 | 32 | 123 | 63 |
| Binary | 11101010 | 1110011 | 11011 | 0 | 110011 | 1011000 | 1000 | 11010 | 1010011 | 110011 |
Color Harmonies of #EA731B
Complementary color
Monochromatic Colors of #EA731B
Black with #EA731B
Text Example
Text Example
White with #EA731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA731B; }
p { color: rgb(234,115,27); }
H1.HeaderClassName
{
color: #EA731B;
}
.AnyTagClassName
{
color: #EA731B;
}
</style>
background-color css
<style>
a { background-color: #EA731B; }
a { background-color: rgb(234,115,27); }
div.DivClassName
{
background-color: #EA731B;
}
.BgClassName
{
background-color: #EA731B;
}
</style>
border-color css
<style>
span { border-color: #EA731B; }
span { border-color: rgb(234,115,27); }
td.TdClassName
{
border-color: #EA731B;
}
.TagClassName
{
border-color: #EA731B;
}
</style>