Shades of Tahiti Gold #E66A25
Tints of Tahiti Gold #E66A25
RGB
CMYK
RGB Variations
Color information
#E66A25 (or 0xE66A25) is known color: Tahiti Gold. HEX triplet: E6, 6A and 25. RGB value is (230,106,37). Sum of RGB (Red+Green+Blue) = 230+106+37=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66A25 is #1995DA. Grayscale: #878787. Windows color (decimal): -1676763 or 2452198. OLE color: 2452198.
HSL color Cylindrical-coordinate representation of color #E66A25: hue angle of 21.45º 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 #E66A25 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 37 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.10 |
| HSL | 21.45º | 0.79% | 0.52% | - |
| HSV(B) | 21.45º | 0.84% | 0.9% | - |
| XYZ | 38.12 | 27.26 | 5 | - |
| YUV | 135.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 37 | 0 | 0.54 | 0.84 | 0.10 | 21.45 | 0.79 | 0.52 |
| Hex | E6 | 6A | 25 | 0 | 36 | 54 | A | 15 | 4F | 34 |
| Octal | 346 | 152 | 45 | 0 | 66 | 124 | 12 | 25 | 117 | 64 |
| Binary | 11100110 | 1101010 | 100101 | 0 | 110110 | 1010100 | 1010 | 10101 | 1001111 | 110100 |
Color Harmonies of #E66A25
Complementary color
Monochromatic Colors of #E66A25
Black with #E66A25
Text Example
Text Example
White with #E66A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A25; }
p { color: rgb(230,106,37); }
H1.HeaderClassName
{
color: #E66A25;
}
.AnyTagClassName
{
color: #E66A25;
}
</style>
background-color css
<style>
a { background-color: #E66A25; }
a { background-color: rgb(230,106,37); }
div.DivClassName
{
background-color: #E66A25;
}
.BgClassName
{
background-color: #E66A25;
}
</style>
border-color css
<style>
span { border-color: #E66A25; }
span { border-color: rgb(230,106,37); }
td.TdClassName
{
border-color: #E66A25;
}
.TagClassName
{
border-color: #E66A25;
}
</style>