Shades of Dolly #EBF277
Tints of Dolly #EBF277
RGB
CMYK
RGB Variations
Color information
#EBF277 (or 0xEBF277) is known color: Dolly. HEX triplet: EB, F2 and 77. RGB value is (235,242,119). Sum of RGB (Red+Green+Blue) = 235+242+119=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 119 (46.88% from 255 or 19.97% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF277 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF277 is #140D88. Grayscale: #E2E2E2. Windows color (decimal): -1314185 or 7860971. OLE color: 7860971.
HSL color Cylindrical-coordinate representation of color #EBF277: hue angle of 63.41º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBF277 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 119 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.05 |
| HSL | 63.41º | 0.83% | 0.71% | - |
| HSV(B) | 63.41º | 0.51% | 0.95% | - |
| XYZ | 69.34 | 82.5 | 29.72 | - |
| YUV | 225.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 119 | 0.03 | 0 | 0.51 | 0.05 | 63.41 | 0.83 | 0.71 |
| Hex | EB | F2 | 77 | 3 | 0 | 33 | 5 | 3F | 53 | 47 |
| Octal | 353 | 362 | 167 | 3 | 0 | 63 | 5 | 77 | 123 | 107 |
| Binary | 11101011 | 11110010 | 1110111 | 11 | 0 | 110011 | 101 | 111111 | 1010011 | 1000111 |
Color Harmonies of #EBF277
Complementary color
Monochromatic Colors of #EBF277
Black with #EBF277
Text Example
Text Example
White with #EBF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF277; }
p { color: rgb(235,242,119); }
H1.HeaderClassName
{
color: #EBF277;
}
.AnyTagClassName
{
color: #EBF277;
}
</style>
background-color css
<style>
a { background-color: #EBF277; }
a { background-color: rgb(235,242,119); }
div.DivClassName
{
background-color: #EBF277;
}
.BgClassName
{
background-color: #EBF277;
}
</style>
border-color css
<style>
span { border-color: #EBF277; }
span { border-color: rgb(235,242,119); }
td.TdClassName
{
border-color: #EBF277;
}
.TagClassName
{
border-color: #EBF277;
}
</style>