Shades of Tahiti Gold #EA731C
Tints of Tahiti Gold #EA731C
RGB
CMYK
RGB Variations
Color information
#EA731C (or 0xEA731C) is known color: Tahiti Gold. HEX triplet: EA, 73 and 1C. RGB value is (234,115,28). Sum of RGB (Red+Green+Blue) = 234+115+28=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA731C is #158CE3. Grayscale: #8D8D8D. Windows color (decimal): -1412324 or 1864682. OLE color: 1864682.
HSL color Cylindrical-coordinate representation of color #EA731C: hue angle of 25.34º 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 #EA731C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.08 |
| HSL | 25.34º | 0.83% | 0.51% | - |
| HSV(B) | 25.34º | 0.88% | 0.92% | - |
| XYZ | 40.27 | 29.84 | 4.74 | - |
| YUV | 140.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 28 | 0 | 0.51 | 0.88 | 0.08 | 25.34 | 0.83 | 0.51 |
| Hex | EA | 73 | 1C | 0 | 33 | 58 | 8 | 19 | 53 | 33 |
| Octal | 352 | 163 | 34 | 0 | 63 | 130 | 10 | 31 | 123 | 63 |
| Binary | 11101010 | 1110011 | 11100 | 0 | 110011 | 1011000 | 1000 | 11001 | 1010011 | 110011 |
Color Harmonies of #EA731C
Complementary color
Monochromatic Colors of #EA731C
Black with #EA731C
Text Example
Text Example
White with #EA731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA731C; }
p { color: rgb(234,115,28); }
H1.HeaderClassName
{
color: #EA731C;
}
.AnyTagClassName
{
color: #EA731C;
}
</style>
background-color css
<style>
a { background-color: #EA731C; }
a { background-color: rgb(234,115,28); }
div.DivClassName
{
background-color: #EA731C;
}
.BgClassName
{
background-color: #EA731C;
}
</style>
border-color css
<style>
span { border-color: #EA731C; }
span { border-color: rgb(234,115,28); }
td.TdClassName
{
border-color: #EA731C;
}
.TagClassName
{
border-color: #EA731C;
}
</style>