Shades of Golden Yellow #EBE800
Tints of Golden Yellow #EBE800
RGB
CMYK
RGB Variations
Color information
#EBE800 (or 0xEBE800) is known color: Golden Yellow. HEX triplet: EB, E8 and 00. RGB value is (235,232,0). Sum of RGB (Red+Green+Blue) = 235+232+0=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE800 is #1417FF. Grayscale: #CFCFCF. Windows color (decimal): -1316864 or 59627. OLE color: 59627.
HSL color Cylindrical-coordinate representation of color #EBE800: hue angle of 59.23º 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 #EBE800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.08 |
| HSL | 59.23º | 1% | 0.46% | - |
| HSV(B) | 59.23º | 1% | 0.92% | - |
| XYZ | 63.12 | 75.38 | 11.22 | - |
| YUV | 206.45 | 11.49 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 0 | 0 | 0.01 | 1 | 0.08 | 59.23 | 1 | 0.46 |
| Hex | EB | E8 | 0 | 0 | 1 | 64 | 8 | 3B | 64 | 2E |
| Octal | 353 | 350 | 0 | 0 | 1 | 144 | 10 | 73 | 144 | 56 |
| Binary | 11101011 | 11101000 | 0 | 0 | 1 | 1100100 | 1000 | 111011 | 1100100 | 101110 |
Color Harmonies of #EBE800
Complementary color
Monochromatic Colors of #EBE800
Black with #EBE800
Text Example
Text Example
White with #EBE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE800; }
p { color: rgb(235,232,0); }
H1.HeaderClassName
{
color: #EBE800;
}
.AnyTagClassName
{
color: #EBE800;
}
</style>
background-color css
<style>
a { background-color: #EBE800; }
a { background-color: rgb(235,232,0); }
div.DivClassName
{
background-color: #EBE800;
}
.BgClassName
{
background-color: #EBE800;
}
</style>
border-color css
<style>
span { border-color: #EBE800; }
span { border-color: rgb(235,232,0); }
td.TdClassName
{
border-color: #EBE800;
}
.TagClassName
{
border-color: #EBE800;
}
</style>