Shades of Tahiti Gold #E66526
Tints of Tahiti Gold #E66526
RGB
CMYK
RGB Variations
Color information
#E66526 (or 0xE66526) is known color: Tahiti Gold. HEX triplet: E6, 65 and 26. RGB value is (230,101,38). Sum of RGB (Red+Green+Blue) = 230+101+38=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E66526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66526 is #199AD9. Grayscale: #848484. Windows color (decimal): -1678042 or 2516454. OLE color: 2516454.
HSL color Cylindrical-coordinate representation of color #E66526: hue angle of 19.69º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E66526 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 38 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.10 |
| HSL | 19.69º | 0.79% | 0.53% | - |
| HSV(B) | 19.69º | 0.83% | 0.9% | - |
| XYZ | 37.64 | 26.27 | 4.92 | - |
| YUV | 132.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 38 | 0 | 0.56 | 0.83 | 0.10 | 19.69 | 0.79 | 0.53 |
| Hex | E6 | 65 | 26 | 0 | 38 | 53 | A | 14 | 4F | 35 |
| Octal | 346 | 145 | 46 | 0 | 70 | 123 | 12 | 24 | 117 | 65 |
| Binary | 11100110 | 1100101 | 100110 | 0 | 111000 | 1010011 | 1010 | 10100 | 1001111 | 110101 |
Color Harmonies of #E66526
Complementary color
Monochromatic Colors of #E66526
Black with #E66526
Text Example
Text Example
White with #E66526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66526; }
p { color: rgb(230,101,38); }
H1.HeaderClassName
{
color: #E66526;
}
.AnyTagClassName
{
color: #E66526;
}
</style>
background-color css
<style>
a { background-color: #E66526; }
a { background-color: rgb(230,101,38); }
div.DivClassName
{
background-color: #E66526;
}
.BgClassName
{
background-color: #E66526;
}
</style>
border-color css
<style>
span { border-color: #E66526; }
span { border-color: rgb(230,101,38); }
td.TdClassName
{
border-color: #E66526;
}
.TagClassName
{
border-color: #E66526;
}
</style>