Shades of Dolly #EDF67D
Tints of Dolly #EDF67D
RGB
CMYK
RGB Variations
Color information
#EDF67D (or 0xEDF67D) is known color: Dolly. HEX triplet: ED, F6 and 7D. RGB value is (237,246,125). Sum of RGB (Red+Green+Blue) = 237+246+125=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF67D is #120982. Grayscale: #E5E5E5. Windows color (decimal): -1182083 or 8255213. OLE color: 8255213.
HSL color Cylindrical-coordinate representation of color #EDF67D: hue angle of 64.46º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF67D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 125 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.04 |
| HSL | 64.46º | 0.87% | 0.73% | - |
| HSV(B) | 64.46º | 0.49% | 0.96% | - |
| XYZ | 71.58 | 85.4 | 32.11 | - |
| YUV | 229.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 125 | 0.04 | 0 | 0.49 | 0.04 | 64.46 | 0.87 | 0.73 |
| Hex | ED | F6 | 7D | 4 | 0 | 31 | 4 | 40 | 57 | 49 |
| Octal | 355 | 366 | 175 | 4 | 0 | 61 | 4 | 100 | 127 | 111 |
| Binary | 11101101 | 11110110 | 1111101 | 100 | 0 | 110001 | 100 | 1000000 | 1010111 | 1001001 |
Color Harmonies of #EDF67D
Complementary color
Monochromatic Colors of #EDF67D
Black with #EDF67D
Text Example
Text Example
White with #EDF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF67D; }
p { color: rgb(237,246,125); }
H1.HeaderClassName
{
color: #EDF67D;
}
.AnyTagClassName
{
color: #EDF67D;
}
</style>
background-color css
<style>
a { background-color: #EDF67D; }
a { background-color: rgb(237,246,125); }
div.DivClassName
{
background-color: #EDF67D;
}
.BgClassName
{
background-color: #EDF67D;
}
</style>
border-color css
<style>
span { border-color: #EDF67D; }
span { border-color: rgb(237,246,125); }
td.TdClassName
{
border-color: #EDF67D;
}
.TagClassName
{
border-color: #EDF67D;
}
</style>