Shades of Gold Tips #EBB621
Tints of Gold Tips #EBB621
RGB
CMYK
RGB Variations
Color information
#EBB621 (or 0xEBB621) is known color: Gold Tips. HEX triplet: EB, B6 and 21. RGB value is (235,182,33). Sum of RGB (Red+Green+Blue) = 235+182+33=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB621 is #1449DE. Grayscale: #B5B5B5. Windows color (decimal): -1329631 or 2209515. OLE color: 2209515.
HSL color Cylindrical-coordinate representation of color #EBB621: hue angle of 44.26º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBB621 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 33 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.08 |
| HSL | 44.26º | 0.83% | 0.53% | - |
| HSV(B) | 44.26º | 0.86% | 0.92% | - |
| XYZ | 51.26 | 51.23 | 8.62 | - |
| YUV | 180.86 | 44.56 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 33 | 0 | 0.23 | 0.86 | 0.08 | 44.26 | 0.83 | 0.53 |
| Hex | EB | B6 | 21 | 0 | 17 | 56 | 8 | 2C | 53 | 35 |
| Octal | 353 | 266 | 41 | 0 | 27 | 126 | 10 | 54 | 123 | 65 |
| Binary | 11101011 | 10110110 | 100001 | 0 | 10111 | 1010110 | 1000 | 101100 | 1010011 | 110101 |
Color Harmonies of #EBB621
Complementary color
Monochromatic Colors of #EBB621
Black with #EBB621
Text Example
Text Example
White with #EBB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB621; }
p { color: rgb(235,182,33); }
H1.HeaderClassName
{
color: #EBB621;
}
.AnyTagClassName
{
color: #EBB621;
}
</style>
background-color css
<style>
a { background-color: #EBB621; }
a { background-color: rgb(235,182,33); }
div.DivClassName
{
background-color: #EBB621;
}
.BgClassName
{
background-color: #EBB621;
}
</style>
border-color css
<style>
span { border-color: #EBB621; }
span { border-color: rgb(235,182,33); }
td.TdClassName
{
border-color: #EBB621;
}
.TagClassName
{
border-color: #EBB621;
}
</style>