Shades of Dolly #EBF075
Tints of Dolly #EBF075
RGB
CMYK
RGB Variations
Color information
#EBF075 (or 0xEBF075) is known color: Dolly. HEX triplet: EB, F0 and 75. RGB value is (235,240,117). Sum of RGB (Red+Green+Blue) = 235+240+117=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF075 is #140F8A. Grayscale: #E0E0E0. Windows color (decimal): -1314699 or 7729387. OLE color: 7729387.
HSL color Cylindrical-coordinate representation of color #EBF075: hue angle of 62.44º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBF075 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 117 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.06 |
| HSL | 62.44º | 0.8% | 0.7% | - |
| HSV(B) | 62.44º | 0.51% | 0.94% | - |
| XYZ | 68.63 | 81.27 | 28.9 | - |
| YUV | 224.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 117 | 0.02 | 0 | 0.51 | 0.06 | 62.44 | 0.8 | 0.7 |
| Hex | EB | F0 | 75 | 2 | 0 | 33 | 6 | 3E | 50 | 46 |
| Octal | 353 | 360 | 165 | 2 | 0 | 63 | 6 | 76 | 120 | 106 |
| Binary | 11101011 | 11110000 | 1110101 | 10 | 0 | 110011 | 110 | 111110 | 1010000 | 1000110 |
Color Harmonies of #EBF075
Complementary color
Monochromatic Colors of #EBF075
Black with #EBF075
Text Example
Text Example
White with #EBF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF075; }
p { color: rgb(235,240,117); }
H1.HeaderClassName
{
color: #EBF075;
}
.AnyTagClassName
{
color: #EBF075;
}
</style>
background-color css
<style>
a { background-color: #EBF075; }
a { background-color: rgb(235,240,117); }
div.DivClassName
{
background-color: #EBF075;
}
.BgClassName
{
background-color: #EBF075;
}
</style>
border-color css
<style>
span { border-color: #EBF075; }
span { border-color: rgb(235,240,117); }
td.TdClassName
{
border-color: #EBF075;
}
.TagClassName
{
border-color: #EBF075;
}
</style>