Shades of Tahiti Gold #E16626
Tints of Tahiti Gold #E16626
RGB
CMYK
RGB Variations
Color information
#E16626 (or 0xE16626) is known color: Tahiti Gold. HEX triplet: E1, 66 and 26. RGB value is (225,102,38). Sum of RGB (Red+Green+Blue) = 225+102+38=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E16626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16626 is #1E99D9. Grayscale: #838383. Windows color (decimal): -2005466 or 2516705. OLE color: 2516705.
HSL color Cylindrical-coordinate representation of color #E16626: hue angle of 20.53º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E16626 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 38 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.12 |
| HSL | 20.53º | 0.76% | 0.52% | - |
| HSV(B) | 20.53º | 0.83% | 0.88% | - |
| XYZ | 36.15 | 25.65 | 4.88 | - |
| YUV | 131.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 38 | 0 | 0.55 | 0.83 | 0.12 | 20.53 | 0.76 | 0.52 |
| Hex | E1 | 66 | 26 | 0 | 37 | 53 | C | 15 | 4C | 34 |
| Octal | 341 | 146 | 46 | 0 | 67 | 123 | 14 | 25 | 114 | 64 |
| Binary | 11100001 | 1100110 | 100110 | 0 | 110111 | 1010011 | 1100 | 10101 | 1001100 | 110100 |
Color Harmonies of #E16626
Complementary color
Monochromatic Colors of #E16626
Black with #E16626
Text Example
Text Example
White with #E16626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16626; }
p { color: rgb(225,102,38); }
H1.HeaderClassName
{
color: #E16626;
}
.AnyTagClassName
{
color: #E16626;
}
</style>
background-color css
<style>
a { background-color: #E16626; }
a { background-color: rgb(225,102,38); }
div.DivClassName
{
background-color: #E16626;
}
.BgClassName
{
background-color: #E16626;
}
</style>
border-color css
<style>
span { border-color: #E16626; }
span { border-color: rgb(225,102,38); }
td.TdClassName
{
border-color: #E16626;
}
.TagClassName
{
border-color: #E16626;
}
</style>