Shades of Tahiti Gold #EA6D1B
Tints of Tahiti Gold #EA6D1B
RGB
CMYK
RGB Variations
Color information
#EA6D1B (or 0xEA6D1B) is known color: Tahiti Gold. HEX triplet: EA, 6D and 1B. RGB value is (234,109,27). Sum of RGB (Red+Green+Blue) = 234+109+27=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6D1B is #1592E4. Grayscale: #898989. Windows color (decimal): -1413861 or 1797610. OLE color: 1797610.
HSL color Cylindrical-coordinate representation of color #EA6D1B: hue angle of 23.77º 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 #EA6D1B is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 27 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.08 |
| HSL | 23.77º | 0.83% | 0.51% | - |
| HSV(B) | 23.77º | 0.88% | 0.92% | - |
| XYZ | 39.6 | 28.51 | 4.45 | - |
| YUV | 137.03 | 65.91 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 27 | 0 | 0.53 | 0.88 | 0.08 | 23.77 | 0.83 | 0.51 |
| Hex | EA | 6D | 1B | 0 | 35 | 58 | 8 | 18 | 53 | 33 |
| Octal | 352 | 155 | 33 | 0 | 65 | 130 | 10 | 30 | 123 | 63 |
| Binary | 11101010 | 1101101 | 11011 | 0 | 110101 | 1011000 | 1000 | 11000 | 1010011 | 110011 |
Color Harmonies of #EA6D1B
Complementary color
Monochromatic Colors of #EA6D1B
Black with #EA6D1B
Text Example
Text Example
White with #EA6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D1B; }
p { color: rgb(234,109,27); }
H1.HeaderClassName
{
color: #EA6D1B;
}
.AnyTagClassName
{
color: #EA6D1B;
}
</style>
background-color css
<style>
a { background-color: #EA6D1B; }
a { background-color: rgb(234,109,27); }
div.DivClassName
{
background-color: #EA6D1B;
}
.BgClassName
{
background-color: #EA6D1B;
}
</style>
border-color css
<style>
span { border-color: #EA6D1B; }
span { border-color: rgb(234,109,27); }
td.TdClassName
{
border-color: #EA6D1B;
}
.TagClassName
{
border-color: #EA6D1B;
}
</style>