Shades of Tahiti Gold #E16425
Tints of Tahiti Gold #E16425
RGB
CMYK
RGB Variations
Color information
#E16425 (or 0xE16425) is known color: Tahiti Gold. HEX triplet: E1, 64 and 25. RGB value is (225,100,37). Sum of RGB (Red+Green+Blue) = 225+100+37=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E16425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16425 is #1E9BDA. Grayscale: #828282. Windows color (decimal): -2005979 or 2450657. OLE color: 2450657.
HSL color Cylindrical-coordinate representation of color #E16425: hue angle of 20.11º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E16425 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 37 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.12 |
| HSL | 20.11º | 0.76% | 0.51% | - |
| HSV(B) | 20.11º | 0.84% | 0.88% | - |
| XYZ | 35.94 | 25.26 | 4.73 | - |
| YUV | 130.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 37 | 0 | 0.56 | 0.84 | 0.12 | 20.11 | 0.76 | 0.51 |
| Hex | E1 | 64 | 25 | 0 | 38 | 54 | C | 14 | 4C | 33 |
| Octal | 341 | 144 | 45 | 0 | 70 | 124 | 14 | 24 | 114 | 63 |
| Binary | 11100001 | 1100100 | 100101 | 0 | 111000 | 1010100 | 1100 | 10100 | 1001100 | 110011 |
Color Harmonies of #E16425
Complementary color
Monochromatic Colors of #E16425
Black with #E16425
Text Example
Text Example
White with #E16425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16425; }
p { color: rgb(225,100,37); }
H1.HeaderClassName
{
color: #E16425;
}
.AnyTagClassName
{
color: #E16425;
}
</style>
background-color css
<style>
a { background-color: #E16425; }
a { background-color: rgb(225,100,37); }
div.DivClassName
{
background-color: #E16425;
}
.BgClassName
{
background-color: #E16425;
}
</style>
border-color css
<style>
span { border-color: #E16425; }
span { border-color: rgb(225,100,37); }
td.TdClassName
{
border-color: #E16425;
}
.TagClassName
{
border-color: #E16425;
}
</style>