Shades of Tahiti Gold #EA671D
Tints of Tahiti Gold #EA671D
RGB
CMYK
RGB Variations
Color information
#EA671D (or 0xEA671D) is known color: Tahiti Gold. HEX triplet: EA, 67 and 1D. RGB value is (234,103,29). Sum of RGB (Red+Green+Blue) = 234+103+29=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA671D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA671D is #1598E2. Grayscale: #868686. Windows color (decimal): -1415395 or 1927146. OLE color: 1927146.
HSL color Cylindrical-coordinate representation of color #EA671D: hue angle of 21.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA671D is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 29 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.08 |
| HSL | 21.66º | 0.83% | 0.52% | - |
| HSV(B) | 21.66º | 0.88% | 0.92% | - |
| XYZ | 39 | 27.28 | 4.37 | - |
| YUV | 133.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 29 | 0 | 0.56 | 0.88 | 0.08 | 21.66 | 0.83 | 0.52 |
| Hex | EA | 67 | 1D | 0 | 38 | 58 | 8 | 16 | 53 | 34 |
| Octal | 352 | 147 | 35 | 0 | 70 | 130 | 10 | 26 | 123 | 64 |
| Binary | 11101010 | 1100111 | 11101 | 0 | 111000 | 1011000 | 1000 | 10110 | 1010011 | 110100 |
Color Harmonies of #EA671D
Complementary color
Monochromatic Colors of #EA671D
Black with #EA671D
Text Example
Text Example
White with #EA671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA671D; }
p { color: rgb(234,103,29); }
H1.HeaderClassName
{
color: #EA671D;
}
.AnyTagClassName
{
color: #EA671D;
}
</style>
background-color css
<style>
a { background-color: #EA671D; }
a { background-color: rgb(234,103,29); }
div.DivClassName
{
background-color: #EA671D;
}
.BgClassName
{
background-color: #EA671D;
}
</style>
border-color css
<style>
span { border-color: #EA671D; }
span { border-color: rgb(234,103,29); }
td.TdClassName
{
border-color: #EA671D;
}
.TagClassName
{
border-color: #EA671D;
}
</style>