Shades of Dolly #EDF378
Tints of Dolly #EDF378
RGB
CMYK
RGB Variations
Color information
#EDF378 (or 0xEDF378) is known color: Dolly. HEX triplet: ED, F3 and 78. RGB value is (237,243,120). Sum of RGB (Red+Green+Blue) = 237+243+120=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 120 (47.27% from 255 or 20% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF378 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF378 is #120C87. Grayscale: #E3E3E3. Windows color (decimal): -1182856 or 7926765. OLE color: 7926765.
HSL color Cylindrical-coordinate representation of color #EDF378: hue angle of 62.93º 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 #EDF378 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 120 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.05 |
| HSL | 62.93º | 0.84% | 0.71% | - |
| HSV(B) | 62.93º | 0.51% | 0.95% | - |
| XYZ | 70.37 | 83.46 | 30.17 | - |
| YUV | 227.18 | 67.51 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 120 | 0.02 | 0 | 0.51 | 0.05 | 62.93 | 0.84 | 0.71 |
| Hex | ED | F3 | 78 | 2 | 0 | 33 | 5 | 3F | 54 | 47 |
| Octal | 355 | 363 | 170 | 2 | 0 | 63 | 5 | 77 | 124 | 107 |
| Binary | 11101101 | 11110011 | 1111000 | 10 | 0 | 110011 | 101 | 111111 | 1010100 | 1000111 |
Color Harmonies of #EDF378
Complementary color
Monochromatic Colors of #EDF378
Black with #EDF378
Text Example
Text Example
White with #EDF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF378; }
p { color: rgb(237,243,120); }
H1.HeaderClassName
{
color: #EDF378;
}
.AnyTagClassName
{
color: #EDF378;
}
</style>
background-color css
<style>
a { background-color: #EDF378; }
a { background-color: rgb(237,243,120); }
div.DivClassName
{
background-color: #EDF378;
}
.BgClassName
{
background-color: #EDF378;
}
</style>
border-color css
<style>
span { border-color: #EDF378; }
span { border-color: rgb(237,243,120); }
td.TdClassName
{
border-color: #EDF378;
}
.TagClassName
{
border-color: #EDF378;
}
</style>