Shades of Dolly #EBF978
Tints of Dolly #EBF978
RGB
CMYK
RGB Variations
Color information
#EBF978 (or 0xEBF978) is known color: Dolly. HEX triplet: EB, F9 and 78. RGB value is (235,249,120). Sum of RGB (Red+Green+Blue) = 235+249+120=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 120 (47.27% from 255 or 19.87% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF978 is #140687. Grayscale: #E6E6E6. Windows color (decimal): -1312392 or 7928299. OLE color: 7928299.
HSL color Cylindrical-coordinate representation of color #EBF978: hue angle of 66.51º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBF978 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 120 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.02 |
| HSL | 66.51º | 0.91% | 0.72% | - |
| HSV(B) | 66.51º | 0.52% | 0.98% | - |
| XYZ | 71.53 | 86.77 | 30.75 | - |
| YUV | 230.11 | 65.86 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 120 | 0.06 | 0 | 0.52 | 0.02 | 66.51 | 0.91 | 0.72 |
| Hex | EB | F9 | 78 | 6 | 0 | 34 | 2 | 43 | 5B | 48 |
| Octal | 353 | 371 | 170 | 6 | 0 | 64 | 2 | 103 | 133 | 110 |
| Binary | 11101011 | 11111001 | 1111000 | 110 | 0 | 110100 | 10 | 1000011 | 1011011 | 1001000 |
Color Harmonies of #EBF978
Complementary color
Monochromatic Colors of #EBF978
Black with #EBF978
Text Example
Text Example
White with #EBF978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF978; }
p { color: rgb(235,249,120); }
H1.HeaderClassName
{
color: #EBF978;
}
.AnyTagClassName
{
color: #EBF978;
}
</style>
background-color css
<style>
a { background-color: #EBF978; }
a { background-color: rgb(235,249,120); }
div.DivClassName
{
background-color: #EBF978;
}
.BgClassName
{
background-color: #EBF978;
}
</style>
border-color css
<style>
span { border-color: #EBF978; }
span { border-color: rgb(235,249,120); }
td.TdClassName
{
border-color: #EBF978;
}
.TagClassName
{
border-color: #EBF978;
}
</style>