Shades of Dolly #EDFE74
Tints of Dolly #EDFE74
RGB
CMYK
RGB Variations
Color information
#EDFE74 (or 0xEDFE74) is known color: Dolly. HEX triplet: ED, FE and 74. RGB value is (237,254,116). Sum of RGB (Red+Green+Blue) = 237+254+116=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE74 is #12018B. Grayscale: #E9E9E9. Windows color (decimal): -1180044 or 7667437. OLE color: 7667437.
HSL color Cylindrical-coordinate representation of color #EDFE74: hue angle of 67.39º 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 #EDFE74 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 116 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.00 |
| HSL | 67.39º | 0.99% | 0.73% | - |
| HSV(B) | 67.39º | 0.54% | 1% | - |
| XYZ | 73.52 | 90.15 | 30.05 | - |
| YUV | 233.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 116 | 0.07 | 0 | 0.54 | 0.00 | 67.39 | 0.99 | 0.73 |
| Hex | ED | FE | 74 | 7 | 0 | 36 | 0 | 43 | 63 | 49 |
| Octal | 355 | 376 | 164 | 7 | 0 | 66 | 0 | 103 | 143 | 111 |
| Binary | 11101101 | 11111110 | 1110100 | 111 | 0 | 110110 | 0 | 1000011 | 1100011 | 1001001 |
Color Harmonies of #EDFE74
Complementary color
Monochromatic Colors of #EDFE74
Black with #EDFE74
Text Example
Text Example
White with #EDFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE74; }
p { color: rgb(237,254,116); }
H1.HeaderClassName
{
color: #EDFE74;
}
.AnyTagClassName
{
color: #EDFE74;
}
</style>
background-color css
<style>
a { background-color: #EDFE74; }
a { background-color: rgb(237,254,116); }
div.DivClassName
{
background-color: #EDFE74;
}
.BgClassName
{
background-color: #EDFE74;
}
</style>
border-color css
<style>
span { border-color: #EDFE74; }
span { border-color: rgb(237,254,116); }
td.TdClassName
{
border-color: #EDFE74;
}
.TagClassName
{
border-color: #EDFE74;
}
</style>