Shades of Tahiti Gold #E4661F
Tints of Tahiti Gold #E4661F
RGB
CMYK
RGB Variations
Color information
#E4661F (or 0xE4661F) is known color: Tahiti Gold. HEX triplet: E4, 66 and 1F. RGB value is (228,102,31). Sum of RGB (Red+Green+Blue) = 228+102+31=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E4661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4661F is #1B99E0. Grayscale: #838383. Windows color (decimal): -1808865 or 2057956. OLE color: 2057956.
HSL color Cylindrical-coordinate representation of color #E4661F: hue angle of 21.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4661F is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 31 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.11 |
| HSL | 21.62º | 0.78% | 0.51% | - |
| HSV(B) | 21.62º | 0.86% | 0.89% | - |
| XYZ | 36.99 | 26.1 | 4.38 | - |
| YUV | 131.58 | 71.24 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 31 | 0 | 0.55 | 0.86 | 0.11 | 21.62 | 0.78 | 0.51 |
| Hex | E4 | 66 | 1F | 0 | 37 | 56 | B | 16 | 4E | 33 |
| Octal | 344 | 146 | 37 | 0 | 67 | 126 | 13 | 26 | 116 | 63 |
| Binary | 11100100 | 1100110 | 11111 | 0 | 110111 | 1010110 | 1011 | 10110 | 1001110 | 110011 |
Color Harmonies of #E4661F
Complementary color
Monochromatic Colors of #E4661F
Black with #E4661F
Text Example
Text Example
White with #E4661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4661F; }
p { color: rgb(228,102,31); }
H1.HeaderClassName
{
color: #E4661F;
}
.AnyTagClassName
{
color: #E4661F;
}
</style>
background-color css
<style>
a { background-color: #E4661F; }
a { background-color: rgb(228,102,31); }
div.DivClassName
{
background-color: #E4661F;
}
.BgClassName
{
background-color: #E4661F;
}
</style>
border-color css
<style>
span { border-color: #E4661F; }
span { border-color: rgb(228,102,31); }
td.TdClassName
{
border-color: #E4661F;
}
.TagClassName
{
border-color: #E4661F;
}
</style>