Shades of Dolly #EFF372
Tints of Dolly #EFF372
RGB
CMYK
RGB Variations
Color information
#EFF372 (or 0xEFF372) is known color: Dolly. HEX triplet: EF, F3 and 72. RGB value is (239,243,114). Sum of RGB (Red+Green+Blue) = 239+243+114=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 114 (44.92% from 255 or 19.13% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF372 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF372 is #100C8D. Grayscale: #E3E3E3. Windows color (decimal): -1051790 or 7533551. OLE color: 7533551.
HSL color Cylindrical-coordinate representation of color #EFF372: hue angle of 61.86º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFF372 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 114 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.05 |
| HSL | 61.86º | 0.84% | 0.7% | - |
| HSV(B) | 61.86º | 0.53% | 0.95% | - |
| XYZ | 70.68 | 83.67 | 28.34 | - |
| YUV | 227.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 114 | 0.02 | 0 | 0.53 | 0.05 | 61.86 | 0.84 | 0.7 |
| Hex | EF | F3 | 72 | 2 | 0 | 35 | 5 | 3E | 54 | 46 |
| Octal | 357 | 363 | 162 | 2 | 0 | 65 | 5 | 76 | 124 | 106 |
| Binary | 11101111 | 11110011 | 1110010 | 10 | 0 | 110101 | 101 | 111110 | 1010100 | 1000110 |
Color Harmonies of #EFF372
Complementary color
Monochromatic Colors of #EFF372
Black with #EFF372
Text Example
Text Example
White with #EFF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF372; }
p { color: rgb(239,243,114); }
H1.HeaderClassName
{
color: #EFF372;
}
.AnyTagClassName
{
color: #EFF372;
}
</style>
background-color css
<style>
a { background-color: #EFF372; }
a { background-color: rgb(239,243,114); }
div.DivClassName
{
background-color: #EFF372;
}
.BgClassName
{
background-color: #EFF372;
}
</style>
border-color css
<style>
span { border-color: #EFF372; }
span { border-color: rgb(239,243,114); }
td.TdClassName
{
border-color: #EFF372;
}
.TagClassName
{
border-color: #EFF372;
}
</style>