Shades of Golden Yellow #EBDC02
Tints of Golden Yellow #EBDC02
RGB
CMYK
RGB Variations
Color information
#EBDC02 (or 0xEBDC02) is known color: Golden Yellow. HEX triplet: EB, DC and 02. RGB value is (235,220,2). Sum of RGB (Red+Green+Blue) = 235+220+2=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC02 is #1423FD. Grayscale: #C8C8C8. Windows color (decimal): -1319934 or 187627. OLE color: 187627.
HSL color Cylindrical-coordinate representation of color #EBDC02: hue angle of 56.14º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBDC02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.08 |
| HSL | 56.14º | 0.98% | 0.46% | - |
| HSV(B) | 56.14º | 0.99% | 0.92% | - |
| XYZ | 59.87 | 68.85 | 10.19 | - |
| YUV | 199.63 | 16.47 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 2 | 0 | 0.06 | 0.99 | 0.08 | 56.14 | 0.98 | 0.46 |
| Hex | EB | DC | 2 | 0 | 6 | 63 | 8 | 38 | 62 | 2E |
| Octal | 353 | 334 | 2 | 0 | 6 | 143 | 10 | 70 | 142 | 56 |
| Binary | 11101011 | 11011100 | 10 | 0 | 110 | 1100011 | 1000 | 111000 | 1100010 | 101110 |
Color Harmonies of #EBDC02
Complementary color
Monochromatic Colors of #EBDC02
Black with #EBDC02
Text Example
Text Example
White with #EBDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC02; }
p { color: rgb(235,220,2); }
H1.HeaderClassName
{
color: #EBDC02;
}
.AnyTagClassName
{
color: #EBDC02;
}
</style>
background-color css
<style>
a { background-color: #EBDC02; }
a { background-color: rgb(235,220,2); }
div.DivClassName
{
background-color: #EBDC02;
}
.BgClassName
{
background-color: #EBDC02;
}
</style>
border-color css
<style>
span { border-color: #EBDC02; }
span { border-color: rgb(235,220,2); }
td.TdClassName
{
border-color: #EBDC02;
}
.TagClassName
{
border-color: #EBDC02;
}
</style>