Shades of Dolly #EBF37B
Tints of Dolly #EBF37B
RGB
CMYK
RGB Variations
Color information
#EBF37B (or 0xEBF37B) is known color: Dolly. HEX triplet: EB, F3 and 7B. RGB value is (235,243,123). Sum of RGB (Red+Green+Blue) = 235+243+123=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF37B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF37B is #140C84. Grayscale: #E3E3E3. Windows color (decimal): -1313925 or 8123371. OLE color: 8123371.
HSL color Cylindrical-coordinate representation of color #EBF37B: hue angle of 64º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBF37B is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 123 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.05 |
| HSL | 64º | 0.83% | 0.72% | - |
| HSV(B) | 64º | 0.49% | 0.95% | - |
| XYZ | 69.89 | 83.19 | 31.11 | - |
| YUV | 226.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 123 | 0.03 | 0 | 0.49 | 0.05 | 64 | 0.83 | 0.72 |
| Hex | EB | F3 | 7B | 3 | 0 | 31 | 5 | 40 | 53 | 48 |
| Octal | 353 | 363 | 173 | 3 | 0 | 61 | 5 | 100 | 123 | 110 |
| Binary | 11101011 | 11110011 | 1111011 | 11 | 0 | 110001 | 101 | 1000000 | 1010011 | 1001000 |
Color Harmonies of #EBF37B
Complementary color
Monochromatic Colors of #EBF37B
Black with #EBF37B
Text Example
Text Example
White with #EBF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF37B; }
p { color: rgb(235,243,123); }
H1.HeaderClassName
{
color: #EBF37B;
}
.AnyTagClassName
{
color: #EBF37B;
}
</style>
background-color css
<style>
a { background-color: #EBF37B; }
a { background-color: rgb(235,243,123); }
div.DivClassName
{
background-color: #EBF37B;
}
.BgClassName
{
background-color: #EBF37B;
}
</style>
border-color css
<style>
span { border-color: #EBF37B; }
span { border-color: rgb(235,243,123); }
td.TdClassName
{
border-color: #EBF37B;
}
.TagClassName
{
border-color: #EBF37B;
}
</style>