Shades of Dolly #EBFE74
Tints of Dolly #EBFE74
RGB
CMYK
RGB Variations
Color information
#EBFE74 (or 0xEBFE74) is known color: Dolly. HEX triplet: EB, FE and 74. RGB value is (235,254,116). Sum of RGB (Red+Green+Blue) = 235+254+116=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 116 (45.70% from 255 or 19.17% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFE74 is #14018B. Grayscale: #E9E9E9. Windows color (decimal): -1311116 or 7667435. OLE color: 7667435.
HSL color Cylindrical-coordinate representation of color #EBFE74: hue angle of 68.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBFE74 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 116 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.00 |
| HSL | 68.26º | 0.99% | 0.73% | - |
| HSV(B) | 68.26º | 0.54% | 1% | - |
| XYZ | 72.86 | 89.81 | 30.02 | - |
| YUV | 232.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 116 | 0.07 | 0 | 0.54 | 0.00 | 68.26 | 0.99 | 0.73 |
| Hex | EB | FE | 74 | 7 | 0 | 36 | 0 | 44 | 63 | 49 |
| Octal | 353 | 376 | 164 | 7 | 0 | 66 | 0 | 104 | 143 | 111 |
| Binary | 11101011 | 11111110 | 1110100 | 111 | 0 | 110110 | 0 | 1000100 | 1100011 | 1001001 |
Color Harmonies of #EBFE74
Complementary color
Monochromatic Colors of #EBFE74
Black with #EBFE74
Text Example
Text Example
White with #EBFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE74; }
p { color: rgb(235,254,116); }
H1.HeaderClassName
{
color: #EBFE74;
}
.AnyTagClassName
{
color: #EBFE74;
}
</style>
background-color css
<style>
a { background-color: #EBFE74; }
a { background-color: rgb(235,254,116); }
div.DivClassName
{
background-color: #EBFE74;
}
.BgClassName
{
background-color: #EBFE74;
}
</style>
border-color css
<style>
span { border-color: #EBFE74; }
span { border-color: rgb(235,254,116); }
td.TdClassName
{
border-color: #EBFE74;
}
.TagClassName
{
border-color: #EBFE74;
}
</style>