Shades of Dolly #EBFF7B
Tints of Dolly #EBFF7B
RGB
CMYK
RGB Variations
Color information
#EBFF7B (or 0xEBFF7B) is known color: Dolly. HEX triplet: EB, FF and 7B. RGB value is (235,255,123). Sum of RGB (Red+Green+Blue) = 235+255+123=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 123 (48.44% from 255 or 20.07% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF7B is #140084. Grayscale: #EAEAEA. Windows color (decimal): -1310853 or 8126443. OLE color: 8126443.
HSL color Cylindrical-coordinate representation of color #EBFF7B: hue angle of 69.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBFF7B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 123 | - |
| CMYK | 0.08 | 0 | 0.52 | 0 |
| HSL | 69.09º | 1% | 0.74% | - |
| HSV(B) | 69.09º | 0.52% | 1% | - |
| XYZ | 73.6 | 90.61 | 32.35 | - |
| YUV | 233.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 123 | 0.08 | 0 | 0.52 | 0 | 69.09 | 1 | 0.74 |
| Hex | EB | FF | 7B | 8 | 0 | 34 | 0 | 45 | 64 | 4A |
| Octal | 353 | 377 | 173 | 10 | 0 | 64 | 0 | 105 | 144 | 112 |
| Binary | 11101011 | 11111111 | 1111011 | 1000 | 0 | 110100 | 0 | 1000101 | 1100100 | 1001010 |
Color Harmonies of #EBFF7B
Complementary color
Monochromatic Colors of #EBFF7B
Black with #EBFF7B
Text Example
Text Example
White with #EBFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF7B; }
p { color: rgb(235,255,123); }
H1.HeaderClassName
{
color: #EBFF7B;
}
.AnyTagClassName
{
color: #EBFF7B;
}
</style>
background-color css
<style>
a { background-color: #EBFF7B; }
a { background-color: rgb(235,255,123); }
div.DivClassName
{
background-color: #EBFF7B;
}
.BgClassName
{
background-color: #EBFF7B;
}
</style>
border-color css
<style>
span { border-color: #EBFF7B; }
span { border-color: rgb(235,255,123); }
td.TdClassName
{
border-color: #EBFF7B;
}
.TagClassName
{
border-color: #EBFF7B;
}
</style>