Shades of Golden Yellow #EBDB01
Tints of Golden Yellow #EBDB01
RGB
CMYK
RGB Variations
Color information
#EBDB01 (or 0xEBDB01) is known color: Golden Yellow. HEX triplet: EB, DB and 01. RGB value is (235,219,1). Sum of RGB (Red+Green+Blue) = 235+219+1=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB01 is #1424FE. Grayscale: #C7C7C7. Windows color (decimal): -1320191 or 121835. OLE color: 121835.
HSL color Cylindrical-coordinate representation of color #EBDB01: hue angle of 55.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBDB01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.08 |
| HSL | 55.9º | 0.99% | 0.46% | - |
| HSV(B) | 55.9º | 1% | 0.92% | - |
| XYZ | 59.6 | 68.33 | 10.08 | - |
| YUV | 198.93 | 16.3 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 1 | 0 | 0.07 | 1.00 | 0.08 | 55.9 | 0.99 | 0.46 |
| Hex | EB | DB | 1 | 0 | 7 | 64 | 8 | 38 | 63 | 2E |
| Octal | 353 | 333 | 1 | 0 | 7 | 144 | 10 | 70 | 143 | 56 |
| Binary | 11101011 | 11011011 | 1 | 0 | 111 | 1100100 | 1000 | 111000 | 1100011 | 101110 |
Color Harmonies of #EBDB01
Complementary color
Monochromatic Colors of #EBDB01
Black with #EBDB01
Text Example
Text Example
White with #EBDB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB01; }
p { color: rgb(235,219,1); }
H1.HeaderClassName
{
color: #EBDB01;
}
.AnyTagClassName
{
color: #EBDB01;
}
</style>
background-color css
<style>
a { background-color: #EBDB01; }
a { background-color: rgb(235,219,1); }
div.DivClassName
{
background-color: #EBDB01;
}
.BgClassName
{
background-color: #EBDB01;
}
</style>
border-color css
<style>
span { border-color: #EBDB01; }
span { border-color: rgb(235,219,1); }
td.TdClassName
{
border-color: #EBDB01;
}
.TagClassName
{
border-color: #EBDB01;
}
</style>