Shades of Tahiti Gold #E66725
Tints of Tahiti Gold #E66725
RGB
CMYK
RGB Variations
Color information
#E66725 (or 0xE66725) is known color: Tahiti Gold. HEX triplet: E6, 67 and 25. RGB value is (230,103,37). Sum of RGB (Red+Green+Blue) = 230+103+37=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E66725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66725 is #1998DA. Grayscale: #858585. Windows color (decimal): -1677531 or 2451430. OLE color: 2451430.
HSL color Cylindrical-coordinate representation of color #E66725: hue angle of 20.52º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E66725 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 37 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.10 |
| HSL | 20.52º | 0.79% | 0.52% | - |
| HSV(B) | 20.52º | 0.84% | 0.9% | - |
| XYZ | 37.82 | 26.66 | 4.9 | - |
| YUV | 133.45 | 73.58 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 37 | 0 | 0.55 | 0.84 | 0.10 | 20.52 | 0.79 | 0.52 |
| Hex | E6 | 67 | 25 | 0 | 37 | 54 | A | 15 | 4F | 34 |
| Octal | 346 | 147 | 45 | 0 | 67 | 124 | 12 | 25 | 117 | 64 |
| Binary | 11100110 | 1100111 | 100101 | 0 | 110111 | 1010100 | 1010 | 10101 | 1001111 | 110100 |
Color Harmonies of #E66725
Complementary color
Monochromatic Colors of #E66725
Black with #E66725
Text Example
Text Example
White with #E66725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66725; }
p { color: rgb(230,103,37); }
H1.HeaderClassName
{
color: #E66725;
}
.AnyTagClassName
{
color: #E66725;
}
</style>
background-color css
<style>
a { background-color: #E66725; }
a { background-color: rgb(230,103,37); }
div.DivClassName
{
background-color: #E66725;
}
.BgClassName
{
background-color: #E66725;
}
</style>
border-color css
<style>
span { border-color: #E66725; }
span { border-color: rgb(230,103,37); }
td.TdClassName
{
border-color: #E66725;
}
.TagClassName
{
border-color: #E66725;
}
</style>