Shades of Dolly #EFF37D
Tints of Dolly #EFF37D
RGB
CMYK
RGB Variations
Color information
#EFF37D (or 0xEFF37D) is known color: Dolly. HEX triplet: EF, F3 and 7D. RGB value is (239,243,125). Sum of RGB (Red+Green+Blue) = 239+243+125=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF37D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF37D is #100C82. Grayscale: #E4E4E4. Windows color (decimal): -1051779 or 8254447. OLE color: 8254447.
HSL color Cylindrical-coordinate representation of color #EFF37D: hue angle of 62.03º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFF37D is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 125 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.05 |
| HSL | 62.03º | 0.83% | 0.72% | - |
| HSV(B) | 62.03º | 0.49% | 0.95% | - |
| XYZ | 71.35 | 83.93 | 31.84 | - |
| YUV | 228.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 125 | 0.02 | 0 | 0.49 | 0.05 | 62.03 | 0.83 | 0.72 |
| Hex | EF | F3 | 7D | 2 | 0 | 31 | 5 | 3E | 53 | 48 |
| Octal | 357 | 363 | 175 | 2 | 0 | 61 | 5 | 76 | 123 | 110 |
| Binary | 11101111 | 11110011 | 1111101 | 10 | 0 | 110001 | 101 | 111110 | 1010011 | 1001000 |
Color Harmonies of #EFF37D
Complementary color
Monochromatic Colors of #EFF37D
Black with #EFF37D
Text Example
Text Example
White with #EFF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF37D; }
p { color: rgb(239,243,125); }
H1.HeaderClassName
{
color: #EFF37D;
}
.AnyTagClassName
{
color: #EFF37D;
}
</style>
background-color css
<style>
a { background-color: #EFF37D; }
a { background-color: rgb(239,243,125); }
div.DivClassName
{
background-color: #EFF37D;
}
.BgClassName
{
background-color: #EFF37D;
}
</style>
border-color css
<style>
span { border-color: #EFF37D; }
span { border-color: rgb(239,243,125); }
td.TdClassName
{
border-color: #EFF37D;
}
.TagClassName
{
border-color: #EFF37D;
}
</style>