Shades of Golden Yellow #EBDD07
Tints of Golden Yellow #EBDD07
RGB
CMYK
RGB Variations
Color information
#EBDD07 (or 0xEBDD07) is known color: Golden Yellow. HEX triplet: EB, DD and 07. RGB value is (235,221,7). Sum of RGB (Red+Green+Blue) = 235+221+7=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDD07 is #1422F8. Grayscale: #C9C9C9. Windows color (decimal): -1319673 or 515563. OLE color: 515563.
HSL color Cylindrical-coordinate representation of color #EBDD07: hue angle of 56.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBDD07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.08 |
| HSL | 56.32º | 0.94% | 0.47% | - |
| HSV(B) | 56.32º | 0.97% | 0.92% | - |
| XYZ | 60.16 | 69.39 | 10.42 | - |
| YUV | 200.79 | 18.64 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 7 | 0 | 0.06 | 0.97 | 0.08 | 56.32 | 0.94 | 0.47 |
| Hex | EB | DD | 7 | 0 | 6 | 61 | 8 | 38 | 5E | 2F |
| Octal | 353 | 335 | 7 | 0 | 6 | 141 | 10 | 70 | 136 | 57 |
| Binary | 11101011 | 11011101 | 111 | 0 | 110 | 1100001 | 1000 | 111000 | 1011110 | 101111 |
Color Harmonies of #EBDD07
Complementary color
Monochromatic Colors of #EBDD07
Black with #EBDD07
Text Example
Text Example
White with #EBDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD07; }
p { color: rgb(235,221,7); }
H1.HeaderClassName
{
color: #EBDD07;
}
.AnyTagClassName
{
color: #EBDD07;
}
</style>
background-color css
<style>
a { background-color: #EBDD07; }
a { background-color: rgb(235,221,7); }
div.DivClassName
{
background-color: #EBDD07;
}
.BgClassName
{
background-color: #EBDD07;
}
</style>
border-color css
<style>
span { border-color: #EBDD07; }
span { border-color: rgb(235,221,7); }
td.TdClassName
{
border-color: #EBDD07;
}
.TagClassName
{
border-color: #EBDD07;
}
</style>