Shades of Dolly #EBF377
Tints of Dolly #EBF377
RGB
CMYK
RGB Variations
Color information
#EBF377 (or 0xEBF377) is known color: Dolly. HEX triplet: EB, F3 and 77. RGB value is (235,243,119). Sum of RGB (Red+Green+Blue) = 235+243+119=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 119 (46.88% from 255 or 19.93% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF377 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF377 is #140C88. Grayscale: #E2E2E2. Windows color (decimal): -1313929 or 7861227. OLE color: 7861227.
HSL color Cylindrical-coordinate representation of color #EBF377: hue angle of 63.87º degrees, saturation: 0.84, 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 #EBF377 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 119 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.05 |
| HSL | 63.87º | 0.84% | 0.71% | - |
| HSV(B) | 63.87º | 0.51% | 0.95% | - |
| XYZ | 69.64 | 83.1 | 29.82 | - |
| YUV | 226.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 119 | 0.03 | 0 | 0.51 | 0.05 | 63.87 | 0.84 | 0.71 |
| Hex | EB | F3 | 77 | 3 | 0 | 33 | 5 | 40 | 54 | 47 |
| Octal | 353 | 363 | 167 | 3 | 0 | 63 | 5 | 100 | 124 | 107 |
| Binary | 11101011 | 11110011 | 1110111 | 11 | 0 | 110011 | 101 | 1000000 | 1010100 | 1000111 |
Color Harmonies of #EBF377
Complementary color
Monochromatic Colors of #EBF377
Black with #EBF377
Text Example
Text Example
White with #EBF377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF377; }
p { color: rgb(235,243,119); }
H1.HeaderClassName
{
color: #EBF377;
}
.AnyTagClassName
{
color: #EBF377;
}
</style>
background-color css
<style>
a { background-color: #EBF377; }
a { background-color: rgb(235,243,119); }
div.DivClassName
{
background-color: #EBF377;
}
.BgClassName
{
background-color: #EBF377;
}
</style>
border-color css
<style>
span { border-color: #EBF377; }
span { border-color: rgb(235,243,119); }
td.TdClassName
{
border-color: #EBF377;
}
.TagClassName
{
border-color: #EBF377;
}
</style>