Shades of Tahiti Gold #E1781C
Tints of Tahiti Gold #E1781C
RGB
CMYK
RGB Variations
Color information
#E1781C (or 0xE1781C) is known color: Tahiti Gold. HEX triplet: E1, 78 and 1C. RGB value is (225,120,28). Sum of RGB (Red+Green+Blue) = 225+120+28=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1781C is #1E87E3. Grayscale: #8D8D8D. Windows color (decimal): -2000868 or 1865953. OLE color: 1865953.
HSL color Cylindrical-coordinate representation of color #E1781C: hue angle of 28.02º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1781C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 28 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.12 |
| HSL | 28.02º | 0.78% | 0.5% | - |
| HSV(B) | 28.02º | 0.88% | 0.88% | - |
| XYZ | 37.98 | 29.52 | 4.8 | - |
| YUV | 140.91 | 64.29 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 28 | 0 | 0.47 | 0.88 | 0.12 | 28.02 | 0.78 | 0.5 |
| Hex | E1 | 78 | 1C | 0 | 2F | 58 | C | 1C | 4E | 32 |
| Octal | 341 | 170 | 34 | 0 | 57 | 130 | 14 | 34 | 116 | 62 |
| Binary | 11100001 | 1111000 | 11100 | 0 | 101111 | 1011000 | 1100 | 11100 | 1001110 | 110010 |
Color Harmonies of #E1781C
Complementary color
Monochromatic Colors of #E1781C
Black with #E1781C
Text Example
Text Example
White with #E1781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1781C; }
p { color: rgb(225,120,28); }
H1.HeaderClassName
{
color: #E1781C;
}
.AnyTagClassName
{
color: #E1781C;
}
</style>
background-color css
<style>
a { background-color: #E1781C; }
a { background-color: rgb(225,120,28); }
div.DivClassName
{
background-color: #E1781C;
}
.BgClassName
{
background-color: #E1781C;
}
</style>
border-color css
<style>
span { border-color: #E1781C; }
span { border-color: rgb(225,120,28); }
td.TdClassName
{
border-color: #E1781C;
}
.TagClassName
{
border-color: #E1781C;
}
</style>