Shades of Tahiti Gold #E85E21
Tints of Tahiti Gold #E85E21
RGB
CMYK
RGB Variations
Color information
#E85E21 (or 0xE85E21) is known color: Tahiti Gold. HEX triplet: E8, 5E and 21. RGB value is (232,94,33). Sum of RGB (Red+Green+Blue) = 232+94+33=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E21 is #17A1DE. Grayscale: #808080. Windows color (decimal): -1548767 or 2186984. OLE color: 2186984.
HSL color Cylindrical-coordinate representation of color #E85E21: hue angle of 18.39º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E85E21 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 33 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.09 |
| HSL | 18.39º | 0.81% | 0.52% | - |
| HSV(B) | 18.39º | 0.86% | 0.91% | - |
| XYZ | 37.56 | 25.27 | 4.34 | - |
| YUV | 128.31 | 74.22 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 33 | 0 | 0.59 | 0.86 | 0.09 | 18.39 | 0.81 | 0.52 |
| Hex | E8 | 5E | 21 | 0 | 3B | 56 | 9 | 12 | 51 | 34 |
| Octal | 350 | 136 | 41 | 0 | 73 | 126 | 11 | 22 | 121 | 64 |
| Binary | 11101000 | 1011110 | 100001 | 0 | 111011 | 1010110 | 1001 | 10010 | 1010001 | 110100 |
Color Harmonies of #E85E21
Complementary color
Monochromatic Colors of #E85E21
Black with #E85E21
Text Example
Text Example
White with #E85E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E21; }
p { color: rgb(232,94,33); }
H1.HeaderClassName
{
color: #E85E21;
}
.AnyTagClassName
{
color: #E85E21;
}
</style>
background-color css
<style>
a { background-color: #E85E21; }
a { background-color: rgb(232,94,33); }
div.DivClassName
{
background-color: #E85E21;
}
.BgClassName
{
background-color: #E85E21;
}
</style>
border-color css
<style>
span { border-color: #E85E21; }
span { border-color: rgb(232,94,33); }
td.TdClassName
{
border-color: #E85E21;
}
.TagClassName
{
border-color: #E85E21;
}
</style>