Shades of Golden Yellow #EBDF00
Tints of Golden Yellow #EBDF00
RGB
CMYK
RGB Variations
Color information
#EBDF00 (or 0xEBDF00) is known color: Golden Yellow. HEX triplet: EB, DF and 00. RGB value is (235,223,0). Sum of RGB (Red+Green+Blue) = 235+223+0=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF00 is #1420FF. Grayscale: #CACACA. Windows color (decimal): -1319168 or 57323. OLE color: 57323.
HSL color Cylindrical-coordinate representation of color #EBDF00: hue angle of 56.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBDF00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.08 |
| HSL | 56.94º | 1% | 0.46% | - |
| HSV(B) | 56.94º | 1% | 0.92% | - |
| XYZ | 60.65 | 70.44 | 10.4 | - |
| YUV | 201.17 | 14.48 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 0 | 0 | 0.05 | 1 | 0.08 | 56.94 | 1 | 0.46 |
| Hex | EB | DF | 0 | 0 | 5 | 64 | 8 | 39 | 64 | 2E |
| Octal | 353 | 337 | 0 | 0 | 5 | 144 | 10 | 71 | 144 | 56 |
| Binary | 11101011 | 11011111 | 0 | 0 | 101 | 1100100 | 1000 | 111001 | 1100100 | 101110 |
Color Harmonies of #EBDF00
Complementary color
Monochromatic Colors of #EBDF00
Black with #EBDF00
Text Example
Text Example
White with #EBDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF00; }
p { color: rgb(235,223,0); }
H1.HeaderClassName
{
color: #EBDF00;
}
.AnyTagClassName
{
color: #EBDF00;
}
</style>
background-color css
<style>
a { background-color: #EBDF00; }
a { background-color: rgb(235,223,0); }
div.DivClassName
{
background-color: #EBDF00;
}
.BgClassName
{
background-color: #EBDF00;
}
</style>
border-color css
<style>
span { border-color: #EBDF00; }
span { border-color: rgb(235,223,0); }
td.TdClassName
{
border-color: #EBDF00;
}
.TagClassName
{
border-color: #EBDF00;
}
</style>