Shades of Golden Yellow #EBE600
Tints of Golden Yellow #EBE600
RGB
CMYK
RGB Variations
Color information
#EBE600 (or 0xEBE600) is known color: Golden Yellow. HEX triplet: EB, E6 and 00. RGB value is (235,230,0). Sum of RGB (Red+Green+Blue) = 235+230+0=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE600 is #1419FF. Grayscale: #CECECE. Windows color (decimal): -1317376 or 59115. OLE color: 59115.
HSL color Cylindrical-coordinate representation of color #EBE600: hue angle of 58.72º 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 #EBE600 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.08 |
| HSL | 58.72º | 1% | 0.46% | - |
| HSV(B) | 58.72º | 1% | 0.92% | - |
| XYZ | 62.56 | 74.26 | 11.04 | - |
| YUV | 205.28 | 12.16 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 0 | 0 | 0.02 | 1 | 0.08 | 58.72 | 1 | 0.46 |
| Hex | EB | E6 | 0 | 0 | 2 | 64 | 8 | 3B | 64 | 2E |
| Octal | 353 | 346 | 0 | 0 | 2 | 144 | 10 | 73 | 144 | 56 |
| Binary | 11101011 | 11100110 | 0 | 0 | 10 | 1100100 | 1000 | 111011 | 1100100 | 101110 |
Color Harmonies of #EBE600
Complementary color
Monochromatic Colors of #EBE600
Black with #EBE600
Text Example
Text Example
White with #EBE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE600; }
p { color: rgb(235,230,0); }
H1.HeaderClassName
{
color: #EBE600;
}
.AnyTagClassName
{
color: #EBE600;
}
</style>
background-color css
<style>
a { background-color: #EBE600; }
a { background-color: rgb(235,230,0); }
div.DivClassName
{
background-color: #EBE600;
}
.BgClassName
{
background-color: #EBE600;
}
</style>
border-color css
<style>
span { border-color: #EBE600; }
span { border-color: rgb(235,230,0); }
td.TdClassName
{
border-color: #EBE600;
}
.TagClassName
{
border-color: #EBE600;
}
</style>