Shades of Dolly #EBFE7A
Tints of Dolly #EBFE7A
RGB
CMYK
RGB Variations
Color information
#EBFE7A (or 0xEBFE7A) is known color: Dolly. HEX triplet: EB, FE and 7A. RGB value is (235,254,122). Sum of RGB (Red+Green+Blue) = 235+254+122=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 122 (48.05% from 255 or 19.97% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFE7A is #140185. Grayscale: #E9E9E9. Windows color (decimal): -1311110 or 8060651. OLE color: 8060651.
HSL color Cylindrical-coordinate representation of color #EBFE7A: hue angle of 68.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBFE7A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 122 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.00 |
| HSL | 68.64º | 0.99% | 0.74% | - |
| HSV(B) | 68.64º | 0.52% | 1% | - |
| XYZ | 73.22 | 89.95 | 31.92 | - |
| YUV | 233.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 122 | 0.07 | 0 | 0.52 | 0.00 | 68.64 | 0.99 | 0.74 |
| Hex | EB | FE | 7A | 7 | 0 | 34 | 0 | 45 | 63 | 4A |
| Octal | 353 | 376 | 172 | 7 | 0 | 64 | 0 | 105 | 143 | 112 |
| Binary | 11101011 | 11111110 | 1111010 | 111 | 0 | 110100 | 0 | 1000101 | 1100011 | 1001010 |
Color Harmonies of #EBFE7A
Complementary color
Monochromatic Colors of #EBFE7A
Black with #EBFE7A
Text Example
Text Example
White with #EBFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE7A; }
p { color: rgb(235,254,122); }
H1.HeaderClassName
{
color: #EBFE7A;
}
.AnyTagClassName
{
color: #EBFE7A;
}
</style>
background-color css
<style>
a { background-color: #EBFE7A; }
a { background-color: rgb(235,254,122); }
div.DivClassName
{
background-color: #EBFE7A;
}
.BgClassName
{
background-color: #EBFE7A;
}
</style>
border-color css
<style>
span { border-color: #EBFE7A; }
span { border-color: rgb(235,254,122); }
td.TdClassName
{
border-color: #EBFE7A;
}
.TagClassName
{
border-color: #EBFE7A;
}
</style>