Shades of Dolly #EDF377
Tints of Dolly #EDF377
RGB
CMYK
RGB Variations
Color information
#EDF377 (or 0xEDF377) is known color: Dolly. HEX triplet: ED, F3 and 77. RGB value is (237,243,119). Sum of RGB (Red+Green+Blue) = 237+243+119=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 119 (46.88% from 255 or 19.87% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF377 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF377 is #120C88. Grayscale: #E3E3E3. Windows color (decimal): -1182857 or 7861229. OLE color: 7861229.
HSL color Cylindrical-coordinate representation of color #EDF377: hue angle of 62.9º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDF377 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 119 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.05 |
| HSL | 62.9º | 0.84% | 0.71% | - |
| HSV(B) | 62.9º | 0.51% | 0.95% | - |
| XYZ | 70.31 | 83.44 | 29.85 | - |
| YUV | 227.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 119 | 0.02 | 0 | 0.51 | 0.05 | 62.9 | 0.84 | 0.71 |
| Hex | ED | F3 | 77 | 2 | 0 | 33 | 5 | 3F | 54 | 47 |
| Octal | 355 | 363 | 167 | 2 | 0 | 63 | 5 | 77 | 124 | 107 |
| Binary | 11101101 | 11110011 | 1110111 | 10 | 0 | 110011 | 101 | 111111 | 1010100 | 1000111 |
Color Harmonies of #EDF377
Complementary color
Monochromatic Colors of #EDF377
Black with #EDF377
Text Example
Text Example
White with #EDF377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF377; }
p { color: rgb(237,243,119); }
H1.HeaderClassName
{
color: #EDF377;
}
.AnyTagClassName
{
color: #EDF377;
}
</style>
background-color css
<style>
a { background-color: #EDF377; }
a { background-color: rgb(237,243,119); }
div.DivClassName
{
background-color: #EDF377;
}
.BgClassName
{
background-color: #EDF377;
}
</style>
border-color css
<style>
span { border-color: #EDF377; }
span { border-color: rgb(237,243,119); }
td.TdClassName
{
border-color: #EDF377;
}
.TagClassName
{
border-color: #EDF377;
}
</style>