Shades of Dolly #EBF57B
Tints of Dolly #EBF57B
RGB
CMYK
RGB Variations
Color information
#EBF57B (or 0xEBF57B) is known color: Dolly. HEX triplet: EB, F5 and 7B. RGB value is (235,245,123). Sum of RGB (Red+Green+Blue) = 235+245+123=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 123 (48.44% from 255 or 20.40% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF57B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF57B is #140A84. Grayscale: #E4E4E4. Windows color (decimal): -1313413 or 8123883. OLE color: 8123883.
HSL color Cylindrical-coordinate representation of color #EBF57B: hue angle of 64.92º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBF57B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 123 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.04 |
| HSL | 64.92º | 0.86% | 0.72% | - |
| HSV(B) | 64.92º | 0.5% | 0.96% | - |
| XYZ | 70.49 | 84.4 | 31.31 | - |
| YUV | 228.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 123 | 0.04 | 0 | 0.50 | 0.04 | 64.92 | 0.86 | 0.72 |
| Hex | EB | F5 | 7B | 4 | 0 | 32 | 4 | 41 | 56 | 48 |
| Octal | 353 | 365 | 173 | 4 | 0 | 62 | 4 | 101 | 126 | 110 |
| Binary | 11101011 | 11110101 | 1111011 | 100 | 0 | 110010 | 100 | 1000001 | 1010110 | 1001000 |
Color Harmonies of #EBF57B
Complementary color
Monochromatic Colors of #EBF57B
Black with #EBF57B
Text Example
Text Example
White with #EBF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF57B; }
p { color: rgb(235,245,123); }
H1.HeaderClassName
{
color: #EBF57B;
}
.AnyTagClassName
{
color: #EBF57B;
}
</style>
background-color css
<style>
a { background-color: #EBF57B; }
a { background-color: rgb(235,245,123); }
div.DivClassName
{
background-color: #EBF57B;
}
.BgClassName
{
background-color: #EBF57B;
}
</style>
border-color css
<style>
span { border-color: #EBF57B; }
span { border-color: rgb(235,245,123); }
td.TdClassName
{
border-color: #EBF57B;
}
.TagClassName
{
border-color: #EBF57B;
}
</style>