Shades of Tahiti Gold #E5661F
Tints of Tahiti Gold #E5661F
RGB
CMYK
RGB Variations
Color information
#E5661F (or 0xE5661F) is known color: Tahiti Gold. HEX triplet: E5, 66 and 1F. RGB value is (229,102,31). Sum of RGB (Red+Green+Blue) = 229+102+31=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5661F is #1A99E0. Grayscale: #848484. Windows color (decimal): -1743329 or 2057957. OLE color: 2057957.
HSL color Cylindrical-coordinate representation of color #E5661F: hue angle of 21.52º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5661F is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 31 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.10 |
| HSL | 21.52º | 0.79% | 0.51% | - |
| HSV(B) | 21.52º | 0.86% | 0.9% | - |
| XYZ | 37.31 | 26.26 | 4.4 | - |
| YUV | 131.88 | 71.08 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 31 | 0 | 0.55 | 0.86 | 0.10 | 21.52 | 0.79 | 0.51 |
| Hex | E5 | 66 | 1F | 0 | 37 | 56 | A | 16 | 4F | 33 |
| Octal | 345 | 146 | 37 | 0 | 67 | 126 | 12 | 26 | 117 | 63 |
| Binary | 11100101 | 1100110 | 11111 | 0 | 110111 | 1010110 | 1010 | 10110 | 1001111 | 110011 |
Color Harmonies of #E5661F
Complementary color
Monochromatic Colors of #E5661F
Black with #E5661F
Text Example
Text Example
White with #E5661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5661F; }
p { color: rgb(229,102,31); }
H1.HeaderClassName
{
color: #E5661F;
}
.AnyTagClassName
{
color: #E5661F;
}
</style>
background-color css
<style>
a { background-color: #E5661F; }
a { background-color: rgb(229,102,31); }
div.DivClassName
{
background-color: #E5661F;
}
.BgClassName
{
background-color: #E5661F;
}
</style>
border-color css
<style>
span { border-color: #E5661F; }
span { border-color: rgb(229,102,31); }
td.TdClassName
{
border-color: #E5661F;
}
.TagClassName
{
border-color: #E5661F;
}
</style>