Shades of Tahiti Gold #EA731F
Tints of Tahiti Gold #EA731F
RGB
CMYK
RGB Variations
Color information
#EA731F (or 0xEA731F) is known color: Tahiti Gold. HEX triplet: EA, 73 and 1F. RGB value is (234,115,31). Sum of RGB (Red+Green+Blue) = 234+115+31=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA731F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA731F is #158CE0. Grayscale: #8D8D8D. Windows color (decimal): -1412321 or 2061290. OLE color: 2061290.
HSL color Cylindrical-coordinate representation of color #EA731F: hue angle of 24.83º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA731F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 31 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.08 |
| HSL | 24.83º | 0.83% | 0.52% | - |
| HSV(B) | 24.83º | 0.87% | 0.92% | - |
| XYZ | 40.31 | 29.85 | 4.93 | - |
| YUV | 141.01 | 65.92 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 31 | 0 | 0.51 | 0.87 | 0.08 | 24.83 | 0.83 | 0.52 |
| Hex | EA | 73 | 1F | 0 | 33 | 57 | 8 | 19 | 53 | 34 |
| Octal | 352 | 163 | 37 | 0 | 63 | 127 | 10 | 31 | 123 | 64 |
| Binary | 11101010 | 1110011 | 11111 | 0 | 110011 | 1010111 | 1000 | 11001 | 1010011 | 110100 |
Color Harmonies of #EA731F
Complementary color
Monochromatic Colors of #EA731F
Black with #EA731F
Text Example
Text Example
White with #EA731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA731F; }
p { color: rgb(234,115,31); }
H1.HeaderClassName
{
color: #EA731F;
}
.AnyTagClassName
{
color: #EA731F;
}
</style>
background-color css
<style>
a { background-color: #EA731F; }
a { background-color: rgb(234,115,31); }
div.DivClassName
{
background-color: #EA731F;
}
.BgClassName
{
background-color: #EA731F;
}
</style>
border-color css
<style>
span { border-color: #EA731F; }
span { border-color: rgb(234,115,31); }
td.TdClassName
{
border-color: #EA731F;
}
.TagClassName
{
border-color: #EA731F;
}
</style>