Shades of Gold Tips #E2BC27
Tints of Gold Tips #E2BC27
RGB
CMYK
RGB Variations
Color information
#E2BC27 (or 0xE2BC27) is known color: Gold Tips. HEX triplet: E2, BC and 27. RGB value is (226,188,39). Sum of RGB (Red+Green+Blue) = 226+188+39=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC27 is #1D43D8. Grayscale: #B7B7B7. Windows color (decimal): -1917913 or 2604258. OLE color: 2604258.
HSL color Cylindrical-coordinate representation of color #E2BC27: hue angle of 47.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2BC27 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 39 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.11 |
| HSL | 47.81º | 0.76% | 0.52% | - |
| HSV(B) | 47.81º | 0.83% | 0.89% | - |
| XYZ | 49.71 | 52.28 | 9.39 | - |
| YUV | 182.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 39 | 0 | 0.17 | 0.83 | 0.11 | 47.81 | 0.76 | 0.52 |
| Hex | E2 | BC | 27 | 0 | 11 | 53 | B | 30 | 4C | 34 |
| Octal | 342 | 274 | 47 | 0 | 21 | 123 | 13 | 60 | 114 | 64 |
| Binary | 11100010 | 10111100 | 100111 | 0 | 10001 | 1010011 | 1011 | 110000 | 1001100 | 110100 |
Color Harmonies of #E2BC27
Complementary color
Monochromatic Colors of #E2BC27
Black with #E2BC27
Text Example
Text Example
White with #E2BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC27; }
p { color: rgb(226,188,39); }
H1.HeaderClassName
{
color: #E2BC27;
}
.AnyTagClassName
{
color: #E2BC27;
}
</style>
background-color css
<style>
a { background-color: #E2BC27; }
a { background-color: rgb(226,188,39); }
div.DivClassName
{
background-color: #E2BC27;
}
.BgClassName
{
background-color: #E2BC27;
}
</style>
border-color css
<style>
span { border-color: #E2BC27; }
span { border-color: rgb(226,188,39); }
td.TdClassName
{
border-color: #E2BC27;
}
.TagClassName
{
border-color: #E2BC27;
}
</style>