Shades of Gold Tips #E0BB23
Tints of Gold Tips #E0BB23
RGB
CMYK
RGB Variations
Color information
#E0BB23 (or 0xE0BB23) is known color: Gold Tips. HEX triplet: E0, BB and 23. RGB value is (224,187,35). Sum of RGB (Red+Green+Blue) = 224+187+35=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB23 is #1F44DC. Grayscale: #B5B5B5. Windows color (decimal): -2049245 or 2341856. OLE color: 2341856.
HSL color Cylindrical-coordinate representation of color #E0BB23: hue angle of 48.25º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0BB23 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 35 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.12 |
| HSL | 48.25º | 0.75% | 0.51% | - |
| HSV(B) | 48.25º | 0.84% | 0.88% | - |
| XYZ | 48.81 | 51.51 | 8.96 | - |
| YUV | 180.74 | 45.76 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 35 | 0 | 0.17 | 0.84 | 0.12 | 48.25 | 0.75 | 0.51 |
| Hex | E0 | BB | 23 | 0 | 11 | 54 | C | 30 | 4B | 33 |
| Octal | 340 | 273 | 43 | 0 | 21 | 124 | 14 | 60 | 113 | 63 |
| Binary | 11100000 | 10111011 | 100011 | 0 | 10001 | 1010100 | 1100 | 110000 | 1001011 | 110011 |
Color Harmonies of #E0BB23
Complementary color
Monochromatic Colors of #E0BB23
Black with #E0BB23
Text Example
Text Example
White with #E0BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB23; }
p { color: rgb(224,187,35); }
H1.HeaderClassName
{
color: #E0BB23;
}
.AnyTagClassName
{
color: #E0BB23;
}
</style>
background-color css
<style>
a { background-color: #E0BB23; }
a { background-color: rgb(224,187,35); }
div.DivClassName
{
background-color: #E0BB23;
}
.BgClassName
{
background-color: #E0BB23;
}
</style>
border-color css
<style>
span { border-color: #E0BB23; }
span { border-color: rgb(224,187,35); }
td.TdClassName
{
border-color: #E0BB23;
}
.TagClassName
{
border-color: #E0BB23;
}
</style>