Shades of Gold Tips #E2BB27
Tints of Gold Tips #E2BB27
RGB
CMYK
RGB Variations
Color information
#E2BB27 (or 0xE2BB27) is known color: Gold Tips. HEX triplet: E2, BB and 27. RGB value is (226,187,39). Sum of RGB (Red+Green+Blue) = 226+187+39=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BB27 is #1D44D8. Grayscale: #B6B6B6. Windows color (decimal): -1918169 or 2604002. OLE color: 2604002.
HSL color Cylindrical-coordinate representation of color #E2BB27: hue angle of 47.49º 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 #E2BB27 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 39 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.11 |
| HSL | 47.49º | 0.76% | 0.52% | - |
| HSV(B) | 47.49º | 0.83% | 0.89% | - |
| XYZ | 49.5 | 51.86 | 9.32 | - |
| YUV | 181.79 | 47.42 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 39 | 0 | 0.17 | 0.83 | 0.11 | 47.49 | 0.76 | 0.52 |
| Hex | E2 | BB | 27 | 0 | 11 | 53 | B | 2F | 4C | 34 |
| Octal | 342 | 273 | 47 | 0 | 21 | 123 | 13 | 57 | 114 | 64 |
| Binary | 11100010 | 10111011 | 100111 | 0 | 10001 | 1010011 | 1011 | 101111 | 1001100 | 110100 |
Color Harmonies of #E2BB27
Complementary color
Monochromatic Colors of #E2BB27
Black with #E2BB27
Text Example
Text Example
White with #E2BB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB27; }
p { color: rgb(226,187,39); }
H1.HeaderClassName
{
color: #E2BB27;
}
.AnyTagClassName
{
color: #E2BB27;
}
</style>
background-color css
<style>
a { background-color: #E2BB27; }
a { background-color: rgb(226,187,39); }
div.DivClassName
{
background-color: #E2BB27;
}
.BgClassName
{
background-color: #E2BB27;
}
</style>
border-color css
<style>
span { border-color: #E2BB27; }
span { border-color: rgb(226,187,39); }
td.TdClassName
{
border-color: #E2BB27;
}
.TagClassName
{
border-color: #E2BB27;
}
</style>