Shades of Dolly #EDF374
Tints of Dolly #EDF374
RGB
CMYK
RGB Variations
Color information
#EDF374 (or 0xEDF374) is known color: Dolly. HEX triplet: ED, F3 and 74. RGB value is (237,243,116). Sum of RGB (Red+Green+Blue) = 237+243+116=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 116 (45.70% from 255 or 19.46% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF374 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF374 is #120C8B. Grayscale: #E3E3E3. Windows color (decimal): -1182860 or 7664621. OLE color: 7664621.
HSL color Cylindrical-coordinate representation of color #EDF374: hue angle of 62.83º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDF374 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 116 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.05 |
| HSL | 62.83º | 0.84% | 0.7% | - |
| HSV(B) | 62.83º | 0.52% | 0.95% | - |
| XYZ | 70.13 | 83.37 | 28.92 | - |
| YUV | 226.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 116 | 0.02 | 0 | 0.52 | 0.05 | 62.83 | 0.84 | 0.7 |
| Hex | ED | F3 | 74 | 2 | 0 | 34 | 5 | 3F | 54 | 46 |
| Octal | 355 | 363 | 164 | 2 | 0 | 64 | 5 | 77 | 124 | 106 |
| Binary | 11101101 | 11110011 | 1110100 | 10 | 0 | 110100 | 101 | 111111 | 1010100 | 1000110 |
Color Harmonies of #EDF374
Complementary color
Monochromatic Colors of #EDF374
Black with #EDF374
Text Example
Text Example
White with #EDF374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF374; }
p { color: rgb(237,243,116); }
H1.HeaderClassName
{
color: #EDF374;
}
.AnyTagClassName
{
color: #EDF374;
}
</style>
background-color css
<style>
a { background-color: #EDF374; }
a { background-color: rgb(237,243,116); }
div.DivClassName
{
background-color: #EDF374;
}
.BgClassName
{
background-color: #EDF374;
}
</style>
border-color css
<style>
span { border-color: #EDF374; }
span { border-color: rgb(237,243,116); }
td.TdClassName
{
border-color: #EDF374;
}
.TagClassName
{
border-color: #EDF374;
}
</style>