Shades of Dolly #EBFD7B
Tints of Dolly #EBFD7B
RGB
CMYK
RGB Variations
Color information
#EBFD7B (or 0xEBFD7B) is known color: Dolly. HEX triplet: EB, FD and 7B. RGB value is (235,253,123). Sum of RGB (Red+Green+Blue) = 235+253+123=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFD7B is #140284. Grayscale: #E9E9E9. Windows color (decimal): -1311365 or 8125931. OLE color: 8125931.
HSL color Cylindrical-coordinate representation of color #EBFD7B: hue angle of 68.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBFD7B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 123 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.01 |
| HSL | 68.31º | 0.97% | 0.74% | - |
| HSV(B) | 68.31º | 0.51% | 0.99% | - |
| XYZ | 72.96 | 89.34 | 32.14 | - |
| YUV | 232.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 123 | 0.07 | 0 | 0.51 | 0.01 | 68.31 | 0.97 | 0.74 |
| Hex | EB | FD | 7B | 7 | 0 | 33 | 1 | 44 | 61 | 4A |
| Octal | 353 | 375 | 173 | 7 | 0 | 63 | 1 | 104 | 141 | 112 |
| Binary | 11101011 | 11111101 | 1111011 | 111 | 0 | 110011 | 1 | 1000100 | 1100001 | 1001010 |
Color Harmonies of #EBFD7B
Complementary color
Monochromatic Colors of #EBFD7B
Black with #EBFD7B
Text Example
Text Example
White with #EBFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFD7B; }
p { color: rgb(235,253,123); }
H1.HeaderClassName
{
color: #EBFD7B;
}
.AnyTagClassName
{
color: #EBFD7B;
}
</style>
background-color css
<style>
a { background-color: #EBFD7B; }
a { background-color: rgb(235,253,123); }
div.DivClassName
{
background-color: #EBFD7B;
}
.BgClassName
{
background-color: #EBFD7B;
}
</style>
border-color css
<style>
span { border-color: #EBFD7B; }
span { border-color: rgb(235,253,123); }
td.TdClassName
{
border-color: #EBFD7B;
}
.TagClassName
{
border-color: #EBFD7B;
}
</style>