Shades of Dolly #EDEF71
Tints of Dolly #EDEF71
RGB
CMYK
RGB Variations
Color information
#EDEF71 (or 0xEDEF71) is known color: Dolly. HEX triplet: ED, EF and 71. RGB value is (237,239,113). Sum of RGB (Red+Green+Blue) = 237+239+113=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 113 (44.53% from 255 or 19.19% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF71 is #12108E. Grayscale: #E0E0E0. Windows color (decimal): -1183887 or 7466989. OLE color: 7466989.
HSL color Cylindrical-coordinate representation of color #EDEF71: hue angle of 60.95º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDEF71 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 113 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.06 |
| HSL | 60.95º | 0.8% | 0.69% | - |
| HSV(B) | 60.95º | 0.53% | 0.94% | - |
| XYZ | 68.77 | 80.93 | 27.62 | - |
| YUV | 224.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 113 | 0.01 | 0 | 0.53 | 0.06 | 60.95 | 0.8 | 0.69 |
| Hex | ED | EF | 71 | 1 | 0 | 35 | 6 | 3D | 50 | 45 |
| Octal | 355 | 357 | 161 | 1 | 0 | 65 | 6 | 75 | 120 | 105 |
| Binary | 11101101 | 11101111 | 1110001 | 1 | 0 | 110101 | 110 | 111101 | 1010000 | 1000101 |
Color Harmonies of #EDEF71
Complementary color
Monochromatic Colors of #EDEF71
Black with #EDEF71
Text Example
Text Example
White with #EDEF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF71; }
p { color: rgb(237,239,113); }
H1.HeaderClassName
{
color: #EDEF71;
}
.AnyTagClassName
{
color: #EDEF71;
}
</style>
background-color css
<style>
a { background-color: #EDEF71; }
a { background-color: rgb(237,239,113); }
div.DivClassName
{
background-color: #EDEF71;
}
.BgClassName
{
background-color: #EDEF71;
}
</style>
border-color css
<style>
span { border-color: #EDEF71; }
span { border-color: rgb(237,239,113); }
td.TdClassName
{
border-color: #EDEF71;
}
.TagClassName
{
border-color: #EDEF71;
}
</style>