Shades of Dolly #EDEF74
Tints of Dolly #EDEF74
RGB
CMYK
RGB Variations
Color information
#EDEF74 (or 0xEDEF74) is known color: Dolly. HEX triplet: ED, EF and 74. RGB value is (237,239,116). Sum of RGB (Red+Green+Blue) = 237+239+116=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF74 is #12108B. Grayscale: #E0E0E0. Windows color (decimal): -1183884 or 7663597. OLE color: 7663597.
HSL color Cylindrical-coordinate representation of color #EDEF74: hue angle of 60.98º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDEF74 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 116 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.06 |
| HSL | 60.98º | 0.79% | 0.7% | - |
| HSV(B) | 60.98º | 0.51% | 0.94% | - |
| XYZ | 68.94 | 81 | 28.52 | - |
| YUV | 224.38 | 66.84 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 116 | 0.01 | 0 | 0.51 | 0.06 | 60.98 | 0.79 | 0.7 |
| Hex | ED | EF | 74 | 1 | 0 | 33 | 6 | 3D | 4F | 46 |
| Octal | 355 | 357 | 164 | 1 | 0 | 63 | 6 | 75 | 117 | 106 |
| Binary | 11101101 | 11101111 | 1110100 | 1 | 0 | 110011 | 110 | 111101 | 1001111 | 1000110 |
Color Harmonies of #EDEF74
Complementary color
Monochromatic Colors of #EDEF74
Black with #EDEF74
Text Example
Text Example
White with #EDEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF74; }
p { color: rgb(237,239,116); }
H1.HeaderClassName
{
color: #EDEF74;
}
.AnyTagClassName
{
color: #EDEF74;
}
</style>
background-color css
<style>
a { background-color: #EDEF74; }
a { background-color: rgb(237,239,116); }
div.DivClassName
{
background-color: #EDEF74;
}
.BgClassName
{
background-color: #EDEF74;
}
</style>
border-color css
<style>
span { border-color: #EDEF74; }
span { border-color: rgb(237,239,116); }
td.TdClassName
{
border-color: #EDEF74;
}
.TagClassName
{
border-color: #EDEF74;
}
</style>