Shades of Golden Yellow #EBDB02
Tints of Golden Yellow #EBDB02
RGB
CMYK
RGB Variations
Color information
#EBDB02 (or 0xEBDB02) is known color: Golden Yellow. HEX triplet: EB, DB and 02. RGB value is (235,219,2). Sum of RGB (Red+Green+Blue) = 235+219+2=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB02 is #1424FD. Grayscale: #C7C7C7. Windows color (decimal): -1320190 or 187371. OLE color: 187371.
HSL color Cylindrical-coordinate representation of color #EBDB02: hue angle of 55.88º 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 #EBDB02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.08 |
| HSL | 55.88º | 0.98% | 0.46% | - |
| HSV(B) | 55.88º | 0.99% | 0.92% | - |
| XYZ | 59.6 | 68.33 | 10.1 | - |
| YUV | 199.05 | 16.8 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 2 | 0 | 0.07 | 0.99 | 0.08 | 55.88 | 0.98 | 0.46 |
| Hex | EB | DB | 2 | 0 | 7 | 63 | 8 | 38 | 62 | 2E |
| Octal | 353 | 333 | 2 | 0 | 7 | 143 | 10 | 70 | 142 | 56 |
| Binary | 11101011 | 11011011 | 10 | 0 | 111 | 1100011 | 1000 | 111000 | 1100010 | 101110 |
Color Harmonies of #EBDB02
Complementary color
Monochromatic Colors of #EBDB02
Black with #EBDB02
Text Example
Text Example
White with #EBDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB02; }
p { color: rgb(235,219,2); }
H1.HeaderClassName
{
color: #EBDB02;
}
.AnyTagClassName
{
color: #EBDB02;
}
</style>
background-color css
<style>
a { background-color: #EBDB02; }
a { background-color: rgb(235,219,2); }
div.DivClassName
{
background-color: #EBDB02;
}
.BgClassName
{
background-color: #EBDB02;
}
</style>
border-color css
<style>
span { border-color: #EBDB02; }
span { border-color: rgb(235,219,2); }
td.TdClassName
{
border-color: #EBDB02;
}
.TagClassName
{
border-color: #EBDB02;
}
</style>