Shades of Chartreuse Yellow #EBED00
Tints of Chartreuse Yellow #EBED00
RGB
CMYK
RGB Variations
Color information
#EBED00 (or 0xEBED00) is known color: Chartreuse Yellow. HEX triplet: EB, ED and 00. RGB value is (235,237,0). Sum of RGB (Red+Green+Blue) = 235+237+0=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED00 is #1412FF. Grayscale: #D2D2D2. Windows color (decimal): -1315584 or 60907. OLE color: 60907.
HSL color Cylindrical-coordinate representation of color #EBED00: hue angle of 60.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBED00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.07 |
| HSL | 60.51º | 1% | 0.46% | - |
| HSV(B) | 60.51º | 1% | 0.93% | - |
| XYZ | 64.55 | 78.23 | 11.7 | - |
| YUV | 209.38 | 9.84 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 0 | 0.01 | 0 | 1 | 0.07 | 60.51 | 1 | 0.46 |
| Hex | EB | ED | 0 | 1 | 0 | 64 | 7 | 3D | 64 | 2E |
| Octal | 353 | 355 | 0 | 1 | 0 | 144 | 7 | 75 | 144 | 56 |
| Binary | 11101011 | 11101101 | 0 | 1 | 0 | 1100100 | 111 | 111101 | 1100100 | 101110 |
Color Harmonies of #EBED00
Complementary color
Monochromatic Colors of #EBED00
Black with #EBED00
Text Example
Text Example
White with #EBED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED00; }
p { color: rgb(235,237,0); }
H1.HeaderClassName
{
color: #EBED00;
}
.AnyTagClassName
{
color: #EBED00;
}
</style>
background-color css
<style>
a { background-color: #EBED00; }
a { background-color: rgb(235,237,0); }
div.DivClassName
{
background-color: #EBED00;
}
.BgClassName
{
background-color: #EBED00;
}
</style>
border-color css
<style>
span { border-color: #EBED00; }
span { border-color: rgb(235,237,0); }
td.TdClassName
{
border-color: #EBED00;
}
.TagClassName
{
border-color: #EBED00;
}
</style>