Shades of Dolly #EBFC7A
Tints of Dolly #EBFC7A
RGB
CMYK
RGB Variations
Color information
#EBFC7A (or 0xEBFC7A) is known color: Dolly. HEX triplet: EB, FC and 7A. RGB value is (235,252,122). Sum of RGB (Red+Green+Blue) = 235+252+122=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 122 (48.05% from 255 or 20.03% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFC7A is #140385. Grayscale: #E8E8E8. Windows color (decimal): -1311622 or 8060139. OLE color: 8060139.
HSL color Cylindrical-coordinate representation of color #EBFC7A: hue angle of 67.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBFC7A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 122 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.01 |
| HSL | 67.85º | 0.96% | 0.73% | - |
| HSV(B) | 67.85º | 0.52% | 0.99% | - |
| XYZ | 72.58 | 88.69 | 31.71 | - |
| YUV | 232.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 122 | 0.07 | 0 | 0.52 | 0.01 | 67.85 | 0.96 | 0.73 |
| Hex | EB | FC | 7A | 7 | 0 | 34 | 1 | 44 | 60 | 49 |
| Octal | 353 | 374 | 172 | 7 | 0 | 64 | 1 | 104 | 140 | 111 |
| Binary | 11101011 | 11111100 | 1111010 | 111 | 0 | 110100 | 1 | 1000100 | 1100000 | 1001001 |
Color Harmonies of #EBFC7A
Complementary color
Monochromatic Colors of #EBFC7A
Black with #EBFC7A
Text Example
Text Example
White with #EBFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFC7A; }
p { color: rgb(235,252,122); }
H1.HeaderClassName
{
color: #EBFC7A;
}
.AnyTagClassName
{
color: #EBFC7A;
}
</style>
background-color css
<style>
a { background-color: #EBFC7A; }
a { background-color: rgb(235,252,122); }
div.DivClassName
{
background-color: #EBFC7A;
}
.BgClassName
{
background-color: #EBFC7A;
}
</style>
border-color css
<style>
span { border-color: #EBFC7A; }
span { border-color: rgb(235,252,122); }
td.TdClassName
{
border-color: #EBFC7A;
}
.TagClassName
{
border-color: #EBFC7A;
}
</style>