Shades of Tahiti Gold #E56B2D
Tints of Tahiti Gold #E56B2D
RGB
CMYK
RGB Variations
Color information
#E56B2D (or 0xE56B2D) is known color: Tahiti Gold. HEX triplet: E5, 6B and 2D. RGB value is (229,107,45). Sum of RGB (Red+Green+Blue) = 229+107+45=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56B2D is #1A94D2. Grayscale: #888888. Windows color (decimal): -1742035 or 2976741. OLE color: 2976741.
HSL color Cylindrical-coordinate representation of color #E56B2D: hue angle of 20.22º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E56B2D is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 45 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.10 |
| HSL | 20.22º | 0.78% | 0.54% | - |
| HSV(B) | 20.22º | 0.8% | 0.9% | - |
| XYZ | 38.04 | 27.36 | 5.76 | - |
| YUV | 136.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 45 | 0 | 0.53 | 0.80 | 0.10 | 20.22 | 0.78 | 0.54 |
| Hex | E5 | 6B | 2D | 0 | 35 | 50 | A | 14 | 4E | 36 |
| Octal | 345 | 153 | 55 | 0 | 65 | 120 | 12 | 24 | 116 | 66 |
| Binary | 11100101 | 1101011 | 101101 | 0 | 110101 | 1010000 | 1010 | 10100 | 1001110 | 110110 |
Color Harmonies of #E56B2D
Complementary color
Monochromatic Colors of #E56B2D
Black with #E56B2D
Text Example
Text Example
White with #E56B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B2D; }
p { color: rgb(229,107,45); }
H1.HeaderClassName
{
color: #E56B2D;
}
.AnyTagClassName
{
color: #E56B2D;
}
</style>
background-color css
<style>
a { background-color: #E56B2D; }
a { background-color: rgb(229,107,45); }
div.DivClassName
{
background-color: #E56B2D;
}
.BgClassName
{
background-color: #E56B2D;
}
</style>
border-color css
<style>
span { border-color: #E56B2D; }
span { border-color: rgb(229,107,45); }
td.TdClassName
{
border-color: #E56B2D;
}
.TagClassName
{
border-color: #E56B2D;
}
</style>