Shades of Tahiti Gold #E56F30
Tints of Tahiti Gold #E56F30
RGB
CMYK
RGB Variations
Color information
#E56F30 (or 0xE56F30) is known color: Tahiti Gold. HEX triplet: E5, 6F and 30. RGB value is (229,111,48). Sum of RGB (Red+Green+Blue) = 229+111+48=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56F30 is #1A90CF. Grayscale: #8B8B8B. Windows color (decimal): -1741008 or 3174373. OLE color: 3174373.
HSL color Cylindrical-coordinate representation of color #E56F30: hue angle of 20.88º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E56F30 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 48 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.10 |
| HSL | 20.88º | 0.78% | 0.54% | - |
| HSV(B) | 20.88º | 0.79% | 0.9% | - |
| XYZ | 38.53 | 28.24 | 6.22 | - |
| YUV | 139.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 48 | 0 | 0.52 | 0.79 | 0.10 | 20.88 | 0.78 | 0.54 |
| Hex | E5 | 6F | 30 | 0 | 34 | 4F | A | 15 | 4E | 36 |
| Octal | 345 | 157 | 60 | 0 | 64 | 117 | 12 | 25 | 116 | 66 |
| Binary | 11100101 | 1101111 | 110000 | 0 | 110100 | 1001111 | 1010 | 10101 | 1001110 | 110110 |
Color Harmonies of #E56F30
Complementary color
Monochromatic Colors of #E56F30
Black with #E56F30
Text Example
Text Example
White with #E56F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F30; }
p { color: rgb(229,111,48); }
H1.HeaderClassName
{
color: #E56F30;
}
.AnyTagClassName
{
color: #E56F30;
}
</style>
background-color css
<style>
a { background-color: #E56F30; }
a { background-color: rgb(229,111,48); }
div.DivClassName
{
background-color: #E56F30;
}
.BgClassName
{
background-color: #E56F30;
}
</style>
border-color css
<style>
span { border-color: #E56F30; }
span { border-color: rgb(229,111,48); }
td.TdClassName
{
border-color: #E56F30;
}
.TagClassName
{
border-color: #E56F30;
}
</style>