Shades of Tahiti Gold #E07C23
Tints of Tahiti Gold #E07C23
RGB
CMYK
RGB Variations
Color information
#E07C23 (or 0xE07C23) is known color: Tahiti Gold. HEX triplet: E0, 7C and 23. RGB value is (224,124,35). Sum of RGB (Red+Green+Blue) = 224+124+35=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C23 is #1F83DC. Grayscale: #909090. Windows color (decimal): -2065373 or 2325728. OLE color: 2325728.
HSL color Cylindrical-coordinate representation of color #E07C23: hue angle of 28.25º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E07C23 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 35 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.12 |
| HSL | 28.25º | 0.75% | 0.51% | - |
| HSV(B) | 28.25º | 0.84% | 0.88% | - |
| XYZ | 38.25 | 30.38 | 5.44 | - |
| YUV | 143.75 | 66.63 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 35 | 0 | 0.45 | 0.84 | 0.12 | 28.25 | 0.75 | 0.51 |
| Hex | E0 | 7C | 23 | 0 | 2D | 54 | C | 1C | 4B | 33 |
| Octal | 340 | 174 | 43 | 0 | 55 | 124 | 14 | 34 | 113 | 63 |
| Binary | 11100000 | 1111100 | 100011 | 0 | 101101 | 1010100 | 1100 | 11100 | 1001011 | 110011 |
Color Harmonies of #E07C23
Complementary color
Monochromatic Colors of #E07C23
Black with #E07C23
Text Example
Text Example
White with #E07C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C23; }
p { color: rgb(224,124,35); }
H1.HeaderClassName
{
color: #E07C23;
}
.AnyTagClassName
{
color: #E07C23;
}
</style>
background-color css
<style>
a { background-color: #E07C23; }
a { background-color: rgb(224,124,35); }
div.DivClassName
{
background-color: #E07C23;
}
.BgClassName
{
background-color: #E07C23;
}
</style>
border-color css
<style>
span { border-color: #E07C23; }
span { border-color: rgb(224,124,35); }
td.TdClassName
{
border-color: #E07C23;
}
.TagClassName
{
border-color: #E07C23;
}
</style>