Shades of Tahiti Gold #E85D23
Tints of Tahiti Gold #E85D23
RGB
CMYK
RGB Variations
Color information
#E85D23 (or 0xE85D23) is known color: Tahiti Gold. HEX triplet: E8, 5D and 23. RGB value is (232,93,35). Sum of RGB (Red+Green+Blue) = 232+93+35=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D23 is #17A2DC. Grayscale: #808080. Windows color (decimal): -1549021 or 2317800. OLE color: 2317800.
HSL color Cylindrical-coordinate representation of color #E85D23: hue angle of 17.66º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E85D23 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 35 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.09 |
| HSL | 17.66º | 0.81% | 0.52% | - |
| HSV(B) | 17.66º | 0.85% | 0.91% | - |
| XYZ | 37.5 | 25.11 | 4.46 | - |
| YUV | 127.95 | 75.55 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 35 | 0 | 0.60 | 0.85 | 0.09 | 17.66 | 0.81 | 0.52 |
| Hex | E8 | 5D | 23 | 0 | 3C | 55 | 9 | 12 | 51 | 34 |
| Octal | 350 | 135 | 43 | 0 | 74 | 125 | 11 | 22 | 121 | 64 |
| Binary | 11101000 | 1011101 | 100011 | 0 | 111100 | 1010101 | 1001 | 10010 | 1010001 | 110100 |
Color Harmonies of #E85D23
Complementary color
Monochromatic Colors of #E85D23
Black with #E85D23
Text Example
Text Example
White with #E85D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D23; }
p { color: rgb(232,93,35); }
H1.HeaderClassName
{
color: #E85D23;
}
.AnyTagClassName
{
color: #E85D23;
}
</style>
background-color css
<style>
a { background-color: #E85D23; }
a { background-color: rgb(232,93,35); }
div.DivClassName
{
background-color: #E85D23;
}
.BgClassName
{
background-color: #E85D23;
}
</style>
border-color css
<style>
span { border-color: #E85D23; }
span { border-color: rgb(232,93,35); }
td.TdClassName
{
border-color: #E85D23;
}
.TagClassName
{
border-color: #E85D23;
}
</style>