Shades of Tahiti Gold #EA741C
Tints of Tahiti Gold #EA741C
RGB
CMYK
RGB Variations
Color information
#EA741C (or 0xEA741C) is known color: Tahiti Gold. HEX triplet: EA, 74 and 1C. RGB value is (234,116,28). Sum of RGB (Red+Green+Blue) = 234+116+28=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA741C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA741C is #158BE3. Grayscale: #8D8D8D. Windows color (decimal): -1412068 or 1864938. OLE color: 1864938.
HSL color Cylindrical-coordinate representation of color #EA741C: hue angle of 25.63º 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 #EA741C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 28 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.08 |
| HSL | 25.63º | 0.83% | 0.51% | - |
| HSV(B) | 25.63º | 0.88% | 0.92% | - |
| XYZ | 40.39 | 30.07 | 4.77 | - |
| YUV | 141.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 28 | 0 | 0.50 | 0.88 | 0.08 | 25.63 | 0.83 | 0.51 |
| Hex | EA | 74 | 1C | 0 | 32 | 58 | 8 | 1A | 53 | 33 |
| Octal | 352 | 164 | 34 | 0 | 62 | 130 | 10 | 32 | 123 | 63 |
| Binary | 11101010 | 1110100 | 11100 | 0 | 110010 | 1011000 | 1000 | 11010 | 1010011 | 110011 |
Color Harmonies of #EA741C
Complementary color
Monochromatic Colors of #EA741C
Black with #EA741C
Text Example
Text Example
White with #EA741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA741C; }
p { color: rgb(234,116,28); }
H1.HeaderClassName
{
color: #EA741C;
}
.AnyTagClassName
{
color: #EA741C;
}
</style>
background-color css
<style>
a { background-color: #EA741C; }
a { background-color: rgb(234,116,28); }
div.DivClassName
{
background-color: #EA741C;
}
.BgClassName
{
background-color: #EA741C;
}
</style>
border-color css
<style>
span { border-color: #EA741C; }
span { border-color: rgb(234,116,28); }
td.TdClassName
{
border-color: #EA741C;
}
.TagClassName
{
border-color: #EA741C;
}
</style>