Shades of Dolly #EDF677
Tints of Dolly #EDF677
RGB
CMYK
RGB Variations
Color information
#EDF677 (or 0xEDF677) is known color: Dolly. HEX triplet: ED, F6 and 77. RGB value is (237,246,119). Sum of RGB (Red+Green+Blue) = 237+246+119=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 119 (46.88% from 255 or 19.77% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF677 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF677 is #120988. Grayscale: #E5E5E5. Windows color (decimal): -1182089 or 7861997. OLE color: 7861997.
HSL color Cylindrical-coordinate representation of color #EDF677: hue angle of 64.25º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDF677 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 119 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.04 |
| HSL | 64.25º | 0.88% | 0.72% | - |
| HSV(B) | 64.25º | 0.52% | 0.96% | - |
| XYZ | 71.21 | 85.25 | 30.15 | - |
| YUV | 228.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 119 | 0.04 | 0 | 0.52 | 0.04 | 64.25 | 0.88 | 0.72 |
| Hex | ED | F6 | 77 | 4 | 0 | 34 | 4 | 40 | 58 | 48 |
| Octal | 355 | 366 | 167 | 4 | 0 | 64 | 4 | 100 | 130 | 110 |
| Binary | 11101101 | 11110110 | 1110111 | 100 | 0 | 110100 | 100 | 1000000 | 1011000 | 1001000 |
Color Harmonies of #EDF677
Complementary color
Monochromatic Colors of #EDF677
Black with #EDF677
Text Example
Text Example
White with #EDF677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF677; }
p { color: rgb(237,246,119); }
H1.HeaderClassName
{
color: #EDF677;
}
.AnyTagClassName
{
color: #EDF677;
}
</style>
background-color css
<style>
a { background-color: #EDF677; }
a { background-color: rgb(237,246,119); }
div.DivClassName
{
background-color: #EDF677;
}
.BgClassName
{
background-color: #EDF677;
}
</style>
border-color css
<style>
span { border-color: #EDF677; }
span { border-color: rgb(237,246,119); }
td.TdClassName
{
border-color: #EDF677;
}
.TagClassName
{
border-color: #EDF677;
}
</style>