Shades of Tahiti Gold #E07C28
Tints of Tahiti Gold #E07C28
RGB
CMYK
RGB Variations
Color information
#E07C28 (or 0xE07C28) is known color: Tahiti Gold. HEX triplet: E0, 7C and 28. RGB value is (224,124,40). Sum of RGB (Red+Green+Blue) = 224+124+40=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C28 is #1F83D7. Grayscale: #909090. Windows color (decimal): -2065368 or 2653408. OLE color: 2653408.
HSL color Cylindrical-coordinate representation of color #E07C28: hue angle of 27.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E07C28 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 40 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.12 |
| HSL | 27.39º | 0.75% | 0.52% | - |
| HSV(B) | 27.39º | 0.82% | 0.88% | - |
| XYZ | 38.33 | 30.42 | 5.86 | - |
| YUV | 144.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 40 | 0 | 0.45 | 0.82 | 0.12 | 27.39 | 0.75 | 0.52 |
| Hex | E0 | 7C | 28 | 0 | 2D | 52 | C | 1B | 4B | 34 |
| Octal | 340 | 174 | 50 | 0 | 55 | 122 | 14 | 33 | 113 | 64 |
| Binary | 11100000 | 1111100 | 101000 | 0 | 101101 | 1010010 | 1100 | 11011 | 1001011 | 110100 |
Color Harmonies of #E07C28
Complementary color
Monochromatic Colors of #E07C28
Black with #E07C28
Text Example
Text Example
White with #E07C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C28; }
p { color: rgb(224,124,40); }
H1.HeaderClassName
{
color: #E07C28;
}
.AnyTagClassName
{
color: #E07C28;
}
</style>
background-color css
<style>
a { background-color: #E07C28; }
a { background-color: rgb(224,124,40); }
div.DivClassName
{
background-color: #E07C28;
}
.BgClassName
{
background-color: #E07C28;
}
</style>
border-color css
<style>
span { border-color: #E07C28; }
span { border-color: rgb(224,124,40); }
td.TdClassName
{
border-color: #E07C28;
}
.TagClassName
{
border-color: #E07C28;
}
</style>